Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
linux delete files in folders without deleting the folder
calum_b
Programming language:
Shell/Bash
2021-06-07 18:01:12
0
Q:
linux delete files in folders without deleting the folder
jay
Code:
Shell/Bash
2021-02-28 17:07:11
find /
path
/
to
/directory -
type
f -exec rm -iv {} \;
0
Tags
file
files
linux
folder
Related
remove all files inside directory linux
delete all the files without one in linux
linux remove folder and all his content
linux remove all files same extension in directory
how to delete a dir in linux
delete directory linux
remove directory and contents
remove folder in all sub folders linux command
remove folder and contents linux
how to remove folder and its contents in linux
bash delete folder
cmd delete folder
how to delete files in linux
New to Communities?
Join the community