tldr/pages/common/link.md

10 lines
306 B
Markdown
Raw Normal View History

2018-08-30 11:32:16 +01:00
# link
> Create a hard link to an existing file.
> For more options, see the `ln` command.
2021-03-30 14:52:53 +01:00
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html>.
2018-08-30 11:32:16 +01:00
- Create a hard link from a new file to an existing file:
`link {{path/to/existing_file}} {{path/to/new_file}}`