no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tech:linux:delete_files_using_find [2014/11/15 15:13] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Deleting files with a certain extension across directories ======
 +
 +This will delete all *.txt.gzip files
 +
 +find . -name "*.txt.gz" -exec rm -rf "{}" \;
  

QR Code
QR Code tech:linux:delete_files_using_find (generated for current page)