Goku Coding Experience
Monday, 3 February 2020
Ubuntu how to delete all files in current folder and its sub directory
$ rm -r -- **/*.txt
or (if the list too long)
$ for i in **/*.txt; do rm "$i"; done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment