bash:directories:empty_all_files_in_a_directory
This is an old revision of the document!
BASH - Directories - Empty all files in a directory
find . -name "*.dat" -type f -exec cp /dev/null {} \;
bash/directories/empty_all_files_in_a_directory.1625672511.txt.gz · Last modified: 2021/07/07 15:41 by peter