Horje
debug shell script Code Example
debug shell script
 set -x #Just use this command to activate debugging within your code
## some code ... ##
set +x #Deactivate debugging

#Alternatively do
bash -x code.sh




Shell

Related
simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 Code Example simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 Code Example
check changes after git pull Code Example check changes after git pull Code Example
how to download from git branch Code Example how to download from git branch Code Example
how to remove installation from cent os Code Example how to remove installation from cent os Code Example
setting sublimeREPL in linux Code Example setting sublimeREPL in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11