Bash Tips & Tricks
So far we have explained the basics of Bash scripting. Before we go into advanced topics here are some useful Bash tips and tricks you can already use:
Use alias to create shortcuts for long commands. For example: alias ll='ls -l'
Use tab completio...
sagecode.hashnode.dev4 min read