From c3d4b4ac553d790f836716288237c817fbd71a11 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 18 Apr 2017 22:51:29 +0100 Subject: [PATCH] cp: phrase -i option the same way as the -v option --- pages/common/cp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/cp.md b/pages/common/cp.md index 0190aa959..e15d84903 100644 --- a/pages/common/cp.md +++ b/pages/common/cp.md @@ -26,6 +26,6 @@ `cp -r {{path/to/source/folder/*}} {{path/to/target/folder}}` -- Interactively copy text files in the current directory to another location: +- Copy text files to another location, in interactive mode (prompts user before overwriting): `cp -i {{*.txt}} {{path/to/source/}}