cp: change 'dereference' to 'follow' (#5843)
This commit is contained in:
parent
5d1111a3ed
commit
3595c42cce
|
|
@ -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}}`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue