亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区
Chinaunix
標(biāo)題:
命令行查詢
[打印本頁]
作者:
etony
時間:
2009-09-04 10:17
標(biāo)題:
命令行查詢
1. 查找空目錄
$ find /path -depth -type d -empty
2. 查找空文件
$ find /path -depth -type f -empty
3. 指定文件名查找
$ find /path -name name_of_file
4. 指定擴展名查找
$ find /path -name "*.given_extension"
5. 指定權(quán)限查找
$ find /path -perm -permision_bits
6. 指定修改時間查找
$ find /path -mtime n
0 for the last 24 hours
1 for the last 48 hours
2 for the last 72 hours
7. 指定訪問時間查找
$ find -atime n
8. 指定宿主查找
$ find /path -user root
9. 查找并刪除
$ find /path -name mytestfile | xargs rm
相關(guān)鏈接: http://www.howtoforge.com/finding-files-on-the-command-line
本文來自ChinaUnix博客,如果查看原文請點:
http://blog.chinaunix.net/u/1120/showart_2045203.html
歡迎光臨 Chinaunix (http://www.72891.cn/)
Powered by Discuz! X3.2