And I can't remember the options to save my life - and that man page, just goes on and on...
My cheat sheet is 99% of the important ones:
I'll add explainers and examples in a follow up.
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |