Debugging Shell Scripts in Linux

Posted by linuxtechi on Feb 23, 2015 8:24 PM
By linuxtechi.com
Mail this story
Web version

In the shell scripting we don't have any debugger tool but with the help of command line options (-n, -v and -x ) we can do the debugging.

In most of the programming languages debugger tool is available for debugging. A debugger is a tool that can run a program or script that enables you to examine the internals of the script or program as it runs. In the shell scripting we don't have any debugger tool but with the help of command line options (-n, -v and -x ) we can do the debugging.

Full Story

Printed at http://lxer.com/module/newswire/view/210830/index.html