mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
365 B
Plaintext
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]}}`
|