清空文件內容

1、#echo "" > test.txt(文件大小被截爲1字節)

2、# > test.txt(文件大小被截爲0字節)

3、#cat/dev/null > test.txt(文件大小被截爲0字節)
相關文章
相關標籤/搜索