mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/,
Normal file
21
tldr/,
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Comma
|
||||
|
||||
> 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]}}`
|
||||
Reference in New Issue
Block a user