diff --git a/pages/common/mv.md b/pages/common/mv.md index 6a2a5532f..90d7f0e12 100644 --- a/pages/common/mv.md +++ b/pages/common/mv.md @@ -30,3 +30,7 @@ - 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}}`