evolving all we are
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
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论