Files
cheatsheet-tldr/tldr/linux/lndir
2024-10-13 00:18:36 +00:00

14 lines
308 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# lndir
> Create a shadow directory of symbolic links to another directory tree.
> More information: <https://manned.org/lndir>.
- Create a shadow directory in the current directory:
`lndir {{path/to/directory}}`