bash-guide icon indicating copy to clipboard operation
bash-guide copied to clipboard

A guide to learn bash

Results 34 bash-guide issues
Sort by recently updated
recently updated
newest added

Hi, I'm improving some parts. If there's anything wrong, can you give a review? Thank you for your time.

Added these special variables: 1. `$!` 2. `$@` 3. `$#` 4. `$$` 5. `$*` 6. `$_`