Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

link

v(uutils coreutils) 0.8.0
link ARCHIVO1 ARCHIVO2

Llamar la función link para crear un enlace llamado ARCHIVO2 a un ARCHIVO1 existente.

Options

Examples

Crea un enlace duro de un archivo nuevo a un archivo existente:

link {{ruta/al/archivo_existente}} {{ruta/al/archivo_nuevo}}

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.