4,461
edits
add a section Move files older or less than x days |
add Delete files recursively |
||
Line 7: | Line 7: | ||
</source> | </source> | ||
== Delete files recursively == | |||
* ''Lasted tested on Ubuntu 16.04.2 LTS (xenial) | |||
<source lang="bash"> | |||
$ find . -type f -name "*.mp4" -exec rm {} \; | |||
</source> | |||
== Setting a default group for a folder == | == Setting a default group for a folder == |