directory:loop_through_files_in_directory_recursively
This is an old revision of the document!
Directory - Loop Through Files in Directory Recursively
find is one of the best commands to find files that satisfy specific criteria.
find . -type f -print0
NOTE: The dot(.) specifies to find files in our present working directory.
directory/loop_through_files_in_directory_recursively.1654769693.txt.gz ยท Last modified: 2022/06/09 10:14 by peter