Variables In Shell Scripting | $VAR Vs "$VAR" | store output of a command to a variable | ${VAR}
Similar Tracks
Take user input with read command in shell scripting | readonly variables | unset / delete variables
Pedagogy
test command to check condition | =~ operator in [[ ]] | [ ] vs [[ ]] | advance features of [[ ]]
Pedagogy
Arrays in shell scripting | indexed array vs associative arrays | ${Arr[@]} vs ${Arr[*]} in arrays
Pedagogy
Shell script to take backup of user's file | step by step | dirname command and basename command
Pedagogy
Text processing using awk command in linux | awk patterns & actions | BEGIN,END,NR,FS,OFS,RS,ORS ...
Pedagogy
wildcards in linux | asterisk , question mark , square brackets , curly brackets , escape character
Pedagogy