evolving all we are
页面
(移至…)
Whoiam
▼
2011年3月24日星期四
automatically find the path for a specific file name
# automatically find the path for a specific file name
find -type f -name "insertion.txt"
# count how many files found
find -type f -name "insertion.txt" | wc -l
没有评论:
发表评论
‹
›
主页
查看网络版本
没有评论:
发表评论