mv
Přesouvá nebo přejmenuje soubory a adresáře. Více informací: https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html.
mv {{cesta/ke/zdroji}} {{cesta/k/cili}}
mv {{cesta/ke/zdroji}} {{cesta/k/existujicimu_adresari}}
mv {{cesta/ke/zdroji1 cesta/ke/zdroji2 ...}} {{cests/k/existujicimu_adresari}}
mv {{[-f|--force]}} {{cesta/ke/zdroji}} {{cesta/k/cili}}
mv {{[-i|--interactive]}} {{cesta/k/zdroji}} {{cests/k/cili}}
mv {{[-n|--no-clobber]}} {{cesta/ke/zdroji}} {{cests/k/cili}}
mv {{[-v|--verbose]}} {{cests/ke/zdroji}} {{cesta/k/cili}}
{{find /var/log -type f -name '*.log' -print0}} | {{xargs -0}} mv {{[-t|--target-directory]}} {{cesta/k/cilovemu_adresari}}