file:delete_files_recursively
This is an old revision of the document!
File - Delete files recursively
To remove all .txt files from directories recursively:
find . -name .txt -print0 | xargs -0 rm -rf
file/delete_files_recursively.1479484972.txt.gz · Last modified: 2020/07/15 09:30 (external edit)