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:
parent
faed93cbae
commit
c3d4b4ac55
1 changed files with 1 additions and 1 deletions
|
@ -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/}}
|
||||
|
|
Loading…
Reference in a new issue