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:
parent
e55878a778
commit
1a6fb76e54
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`ln -s {{path/to/file_or_directory}} {{path/to/symlink}}`
|
`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}}`
|
`ln -sf {{path/to/new_file}} {{path/to/symlink}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue