mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 08:35:53 +02:00
16 lines
272 B
Markdown
16 lines
272 B
Markdown
# ,
|
|
|
|
> 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]}}`
|