mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
commit
0f3e761026
1 changed files with 11 additions and 0 deletions
11
common/ln.md
Normal file
11
common/ln.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# ln
|
||||||
|
|
||||||
|
> Creates links to files and folders
|
||||||
|
|
||||||
|
- create a symbolic link to a file or folder
|
||||||
|
|
||||||
|
`ln -s {{path/to/original/file}} {{path/to/link}}`
|
||||||
|
|
||||||
|
- create a hard link to a file or folder
|
||||||
|
|
||||||
|
`ln {{path/to/original/file}} {{path/to/link}}`
|
Loading…
Add table
Reference in a new issue