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.
- Host: GitHub
- URL: https://github.com/cirosantilli/bash-cheat
- Owner: cirosantilli
- Created: 2012-05-14T09:39:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T11:50:32.000Z (about 6 years ago)
- Last Synced: 2025-01-03T09:29:46.271Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 423 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Bash Cheat 
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)