12 2021 档案

摘要:清空文件方法总结 清空文件的原理一般都是将空的内容重定向至文件,来达到这种目的。 通过 true 关键字 [root@localhost tmp]# cat test.txt hello shell [root@localhost tmp]# [root@localhost tmp]# true > 阅读全文
posted @ 2021-12-28 19:36 流~~苏 阅读(372) 评论(0) 推荐(0)