Shell Script QA-Ao
*] to know the current shell
echo $0
echo $SHELL
*] $(hostname)
*] let
*]
*] ./<f_n>.sh
" . " represents current dir
if u want to specify path you can
*] Best practices in Shell Script
use comments
use proper naming convention for variables
...
devopswithakash.hashnode.dev3 min read