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

https://github.com/cirosantilli/bash-cheat

Bash information, cheatsheets and simple scripts.
https://github.com/cirosantilli/bash-cheat

Last synced: 3 months ago
JSON representation

Bash information, cheatsheets and simple scripts.

Awesome Lists containing this project

README

        

# Bash Cheat ![logo](logo.png)

Bash information, cheatsheets and simple scripts.

1. [main.sh](main.sh): main cheatsheet
1. [Introduction](introduction.md)
1. [Scope](scope.md)
1. [Implementations](implementations.md)
1. [RC files](rc-files.md)
1. [Built-ins](built-ins.md)
1. [Invocation](invocation.md)
1. [Pros and cons](pros-and-cons.md)
1. [getopt](getopt_example.sh)
1. Templates
1. [template/full.sh](template/full.sh): template for simple CLI interfaces
1. [template/parse-args.sh](template/parse-args.sh)
1. [bin/find-music-make-m3u](bin/find-music-make-m3u)
1. [CONTRIBUTING](CONTRIBUTING.md)