Answers for "linux delete files in folders without deleting the folder"

0

linux delete files in folders without deleting the folder

find /path/to/directory -type f -exec rm -iv {} \;
Posted by: Guest on September-23-2020

Code answers related to "linux delete files in folders without deleting the folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language