在Linux下刪除檔案用rm指令,具體用法如下:
rm [选项] 文件
選項說明:
## linux相關影片教學推薦:指令實例:1、常規刪除a.txt檔案[root]# rm a.txt
[root]# rm -f file.log
[root]# rm -R dir dirname
[root]# touch ./-f[root]# ls ./-f./-f[root]# rm ./-f
[root]# touch -- -f [root]# ls -- -f -f[root]# rm -- -f
以上是linux中如何刪除文件的詳細內容。更多資訊請關注PHP中文網其他相關文章!