1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 14:47:53 +02:00
cheatsheets/clip.md
2023-03-14 15:14:48 +11:00

1.1 KiB

title category layout updated keywords
Command Line Interface Pages CLI 2017/sheet 2023-02-23
CLI

Page layout

# command

> Some command description
> More information: https://some/link/to/url

- Some code description:

`command argument1 argument2`

Primitive placeholders

- Delay in [s]econds:

`sleep {int seconds: 2}s`

Primitive repeated placeholders

- [c]reate an archive and write it to a [f]ile:

`tar {option mode: --create, -c} {option: --file, -f} {/?file archive: target.tar} {/?path+ input}`

Also see

{: .-one-column}