Rex IT Blog
2012年9月15日 星期六
(find) 找目錄下副檔名是txt的檔案
[UserC@localhost test]$ find . -name "*.txt" -print
./test2.txt
./test.txt
[UserC@localhost test]$ find . -type d -name "*.txt" -print
./test2.txt =>它是資料夾
[UserC@localhost test]$
find . -type f -name "*.txt" -print
./test.txt
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言