→‎Delete files: Another method of deleting files under a folder
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 147: Line 147:
</syntaxhighlight>
</syntaxhighlight>


= Move files =
<syntaxhighlight lang="bash" highlight="1">
$ rsync --remove-source-files -HAXzvhr /source/chanbara/* ./chanbara/
</syntaxhighlight>


= Move files older or less than x days =
= Move files older or less than x days =