directory:loop_through_files_in_directory_recursively
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
directory:loop_through_files_in_directory_recursively [2022/06/09 10:14] – created peter | directory:loop_through_files_in_directory_recursively [2022/06/13 09:11] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Directory - Loop Through Files in Directory Recursively ====== | ||
- | |||
- | **find** is one of the best commands to find files that satisfy specific criteria. | ||
- | |||
- | <code bash> | ||
- | find . -type f -print0 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
directory/loop_through_files_in_directory_recursively.1654769693.txt.gz · Last modified: 2022/06/09 10:14 by peter