A Complete Beginner guide to Bash Scripting
Read on for my brief, example-driven guide to bash, including coverage of:
variables and arrays;
operations on variables;
subtle quirks like * versus @
arithmetic;
strings;
scope;
files and redirection;
pipes;
processes;
patterns;
control ...
hemanth-hawk.hashnode.dev18 min read