cp: change 'dereference' to 'follow' (#5843)
This commit is contained in:
@@ -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}}`
|
||||
|
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user