1
0
Fork 0
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:
FantasyCookie17 2021-04-27 23:02:42 +02:00 committed by GitHub
parent 5d1111a3ed
commit 3595c42cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}}`