User Tools

Site Tools


ubuntu:file:delete_files_recursively

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:file:delete_files_recursively [2019/11/27 21:09] – created peterubuntu:file:delete_files_recursively [2022/06/13 10:32] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - File - Delete files recursively ====== 
- 
-To remove all .txt files from directories recursively: 
- 
-<code bash> 
-find . -name .txt -print0 | xargs -0 rm -rf 
-</code> 
  
ubuntu/file/delete_files_recursively.1574888993.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki