Files
cheatsheet-tldr/tldr/,
2025-06-11 00:20:25 +00:00

22 lines
365 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ,
> Run commands without installing them.
> More information: <https://github.com/nix-community/comma>.
- Run a command:
`, {{command -with -flags}}`
- Add a command to a child shell:
`, {{[-s|--shell]}} {{command}}`
- Clear the cache:
`, {{[-e|--empty-cache]}}`