Friday, December 31, 2010

Linux command for listing files with complete paths

List all files (recursively) with complete paths (e.g. to use in shell scripts)
E.g. to get all .txt files, use find -type f -name "*.txt".

No comments:

Post a Comment