mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
mv: edit page (#13353)
This commit is contained in:
parent
721253f6b9
commit
9be7b41bdb
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- Move files in verbose mode, showing files after they are moved:
|
- Move files in verbose mode, showing files after they are moved:
|
||||||
|
|
||||||
`mv -v {{path/to/source}} {{path/to/target}}`
|
`mv -v {{path/to/source}} {{path/to/target}}`
|
||||||
|
|
||||||
|
- Specify target directory (convenient in situations when the target directory has to be the first argument):
|
||||||
|
|
||||||
|
`ls | {{parallel|xargs}} mv -t {{path/to/target_directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue