17 lines
286 B
Markdown
17 lines
286 B
Markdown
|
|
# ,
|
||
|
|
|
||
|
|
> Esegue comandi senza installarli.
|
||
|
|
> Maggiori informazioni: <https://github.com/nix-community/comma>.
|
||
|
|
|
||
|
|
- Esegui un comando:
|
||
|
|
|
||
|
|
`, {{comando -with -flags}}`
|
||
|
|
|
||
|
|
- Aggiungi un comando a una shell figlia:
|
||
|
|
|
||
|
|
`, {{[-s|--shell]}} {{comando}}`
|
||
|
|
|
||
|
|
- Pulisci la cache:
|
||
|
|
|
||
|
|
`, {{[-e|--empty-cache]}}`
|