cp: phrase -i option the same way as the -v option

coverage
Waldir Pimenta 2017-04-18 22:51:29 +01:00
parent faed93cbae
commit c3d4b4ac55
1 changed files with 1 additions and 1 deletions

View File

@ -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/}}