Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatsuyafujisaki/script-cheat-sheet

Cheat sheets for various commands and scripts
https://github.com/tatsuyafujisaki/script-cheat-sheet

apt awk base64 bash batch binary curl cut ffmpeg gradle imagemagick npm pip powershell protoc sed sips xcodeproj zsh

Last synced: about 1 month ago
JSON representation

Cheat sheets for various commands and scripts

Awesome Lists containing this project

README

        

# How to denote required and optional arguments on the command line
* ``
* `[optional_argument]`

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html

# Note
Zsh does not expand the tilde (~) in single or double quotes.

> initial tildes and equals signs are not expanded
http://zsh.sourceforge.net/Guide/zshguide05.html