cp: add examples for common -L and Linux specific --parents (#4026) (#4026)

This commit is contained in:
yurai007
2020-05-13 01:54:45 +02:00
committed by GitHub
parent 2522bce7c2
commit 7b3a9b20ac
2 changed files with 35 additions and 0 deletions

View File

@@ -21,3 +21,7 @@
- Copy text files to another location, in interactive mode (prompts user before overwriting):
`cp -i {{*.txt}} {{path/to/target_directory}}`
- Dereference symbolic links before copying:
`cp -L {{link}} {{path/to/copy}}`