→‎Delete files: Another method of deleting files under a folder
fastest way to delete
→‎Delete files: Another method of deleting files under a folder
Line 60: Line 60:
</source>
</source>


== Another method of deleting files under a folder ==
<source lang="console">
$ ls -f1 | xargs rm
</source>


= Setting a default group for a folder =
= Setting a default group for a folder =