linux怎么快速刪除一行 linux命令怎么刪除命令行?
linux命令怎么刪除命令行?有幾個Linux delete命令:1。一般刪除.txt文件:[root]#RM a.txt;2。強行刪除文件.log文件:[root]#RM-F文件.log; 3. 刪
linux命令怎么刪除命令行?
有幾個Linux delete命令:1。一般刪除.txt文件:[root]#RM a.txt;
2。強行刪除文件.log文件:[root]#RM-F文件.log;
3. 刪除dirname目錄中的所有內(nèi)容:[root]#RM-R dir dirname;
4。刪除以-F:[root]#touch開頭的文件。/-F][根]#ls。/-F。/-F][根]#RM。/-F
或使用:
[root]#touch---F
[root]#LS---F
-F
[root]#RM---F