Linux清空文本内容
测试文件:test.txt第一种:$> test.txt第二种:$echo "" > test.txt第三种:$cat /dev/null > test.txt原文地址:https://www.codelovers.cn/article/20190604173542.html...
·
测试文件:test.txt
第一种:
$> test.txt
第二种:
$echo "" > test.txt
第三种:
$cat /dev/null > test.txt
更多推荐
所有评论(0)