mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
ln: add more information link (#5560)
This commit is contained in:
parent
1bee28dd65
commit
cd1189ec96
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# ln
|
# ln
|
||||||
|
|
||||||
> Crée des liens vers des fichiers et répertoires.
|
> Crée des liens vers des fichiers et répertoires.
|
||||||
|
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
|
||||||
|
|
||||||
- Crée un lien symbolique vers un fichier ou un répertoire :
|
- Crée un lien symbolique vers un fichier ou un répertoire :
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# ln
|
# ln
|
||||||
|
|
||||||
> Crea un collegamento a un file o a una directory.
|
> Crea un collegamento a un file o a una directory.
|
||||||
|
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
|
||||||
|
|
||||||
- Crea un collegamento simbolico a un file (o directory):
|
- Crea un collegamento simbolico a un file (o directory):
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# ln
|
# ln
|
||||||
|
|
||||||
> Creates links to files and directories.
|
> Creates links to files and directories.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
|
||||||
|
|
||||||
- Create a symbolic link to a file or directory:
|
- Create a symbolic link to a file or directory:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue