mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 01:50:04 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/mv
4
tldr/mv
@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Move files in verbose mode, showing files after they are moved:
|
||||
|
||||
`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}}`
|
||||
|
||||
Reference in New Issue
Block a user