Table of Contents
Command to delete files but not directories (folders)
Command to delete files but not directories (folders)
find
.
-type
f
-exec
rm
{
}
\;
-print
Keyword: Unix, Linux, ubuntu