« Yet another one line shell script :) | Main | Random ranging… »
Finding total number of lines in multiple files
By Matt | October 29, 2009
find ./ -name “http_load_urls_*” -print0 | xargs -0 wc -l
Topics: Uncategorized | No Comments »
Comments
You must be logged in to post a comment.