由 徐永久 发表于 2006年06月15日 20:26。
删除 core 文件
# find ~ -name core -exec file {} \; -exec rm -i {} \;
查看使用文件的进程
# fuser -u /usr/my_application/foo
搜索字符串
#grep “hello world” `find ./ -name “*” -print -exec file {} \; |grep text | cut -d ‘:’ -f 1`
目录
#alias dir=’ls -Lla|grep ^d’
(more…)
2006-06-15 23:39
老徐
发表于 Uncategorized
标签:
