1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:06:00 +02:00

ln: add missing noun (#4883)

This commit is contained in:
Juri Hahn 2020-10-29 02:28:52 +13:00 committed by GitHub
parent e55878a778
commit 1a6fb76e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
`ln -s {{path/to/file_or_directory}} {{path/to/symlink}}`
- Overwrite an existing symbolic to point to a different file:
- Overwrite an existing symbolic link to point to a different file:
`ln -sf {{path/to/new_file}} {{path/to/symlink}}`