link
v(uutils coreutils) 0.8.0
link FILE1 FILE2
Appelle la fonction link pour créer un lien nommé FILE2 vers un FILE1 existant.
Options
Examples
The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.
Create a hard link from a new file to an existing file:
link {{path/to/existing_file}} {{path/to/new_file}}
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.