cp: change 'dereference' to 'follow' (#5843)

This commit is contained in:
FantasyCookie17
2021-04-27 23:02:42 +02:00
committed by GitHub
parent 5d1111a3ed
commit 3595c42cce
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@
`cp -i {{*.txt}} {{path/to/target_directory}}`
- Dereference symbolic links before copying:
- Follow symbolic links before copying:
`cp -L {{link}} {{path/to/target_directory}}`

View File

@@ -22,7 +22,7 @@
`cp -i {{*.txt}} {{path/to/target_directory}}`
- Dereference symbolic links before copying:
- Follow symbolic links before copying:
`cp -L {{link}} {{path/to/target_directory}}`