Pario TechnoBlob
About
Posts
Tag: debug
Debug a bash shell script
Shell scripting debugging can be boring job (read as not easy). There are various ways to debug a shell script. Method # 1: Use -x option Run a shell script with -x option. $...