From bb392b5654d1c030a770807cbf5ec8ebfb0bb435 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 31 Dec 2019 18:27:57 +0000 Subject: [PATCH] qcp, qmv: small tweaks (#3712) --- pages/common/qcp.md | 6 +++--- pages/common/qmv.md | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/common/qcp.md b/pages/common/qcp.md index 6ab0d4c56..c27807192 100644 --- a/pages/common/qcp.md +++ b/pages/common/qcp.md @@ -1,9 +1,9 @@ # qcp -> Copy files with your favorite text editor. +> Copy files using the default text editor to define the filenames. > More information: . -- Copy a single file (invoke an editor with source on the left, target on the right): +- Copy a single file (open an editor with the source filename on the left and the target filename on the right): `qcp {{source_file}}` @@ -11,6 +11,6 @@ `qcp {{*.jpg}}` -- Copy files, but swap the positions of the source and the target in the editor: +- Copy files, but swap the positions of the source and the target filenames in the editor: `qcp --option swap {{*.jpg}}` diff --git a/pages/common/qmv.md b/pages/common/qmv.md index 07272a183..fde2ff2ea 100644 --- a/pages/common/qmv.md +++ b/pages/common/qmv.md @@ -1,9 +1,9 @@ # qmv -> Move files and directories with your favorite text editor. +> Move files and directories using the default text editor to define the filenames. > More information: . -- Move a single file (invoke an editor with source on the left, target on the right): +- Move a single file (open an editor with the source filename on the left and the target filename on the right): `qmv {{source_file}}` @@ -11,14 +11,14 @@ `qmv {{*.jpg}}` -- Move 3 directories: +- Move multiple directories: -`qmv -d {{path/to/dir_1}} {{path/to/dir_2}} {{path/to/dir_3}}` +`qmv -d {{path/to/directory1}} {{path/to/directory2}} {{path/to/directory3}}` -- Move files/directories inside a directory: +- Move all files and directories inside a directory: -`qmv -R {{path/to/directory}}` +`qmv --recursive {{path/to/directory}}` -- Move files, but swap the positions of the source and the target in the editor: +- Move files, but swap the positions of the source and the target filenames in the editor: `qmv --option swap {{*.jpg}}`