mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
cp: change 'dereference' to 'follow' (#5843)
This commit is contained in:
parent
5d1111a3ed
commit
3595c42cce
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue