rm
Last updated
rm -i test example
Remove test ?n(不删除文件test)
Remove example ?y(删除文件example)# rm -r *# rm 文件1 文件2 ...
rm testfile.txtrm -rf testdir
rm -r testdirrm -r -i testdirrm -f [文件...]rm -I file1 file2 file3不给实例了,操作系统都被你删除了,你太坏了😆rm -v [文件/目录]