Tag Archives: Learning the bash Shell

“set -x”: Prints executed commands and their arguments

I wrote a shell script and every time when I want print the executed commands and arguments I used the “echo” to echo the executed commands, this is not convenient. At the same time I use my co-worker’s shell script, … Continue reading

Posted in Programming Skill | Tagged , , , , | Leave a comment