1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 10:17:58 +01:00

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

This commit is contained in:
Waldir Pimenta 2017-04-18 22:51:29 +01:00
parent faed93cbae
commit c3d4b4ac55

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