Skip to content

Commit

Permalink
mv: use short -t option
Browse files Browse the repository at this point in the history
Co-authored-by: Managor <[email protected]>
  • Loading branch information
jxu and Managor authored Aug 21, 2024
1 parent fd5b696 commit fdcbc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/mv.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

`mv -v {{path/to/source}} {{path/to/target}}`

- Specify target directory so that you can use external tools to gather movable files:
- Specify [t]arget directory so that you can use external tools to gather movable files:

`{{find /var/log -type f -name '*.log' -print0}} | {{xargs -0}} mv --target-directory {{path/to/target_directory}}`

0 comments on commit fdcbc36

Please sign in to comment.