mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
329 B
329 B
link
Crea un enlace duro a un archivo existente. Para más opciones, vea el comando
ln. Más información: https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html.
- Crea un enlace duro de un archivo nuevo a un archivo existente:
link {{ruta/al/archivo_existente}} {{ruta/al/archivo_nuevo}}