By using anonymous here document, we can comment multiple lines in a shell script for debugging purposes.
eg:
: << COMMENT
echo "Not in the Scope of debugging/execution"
a=5
b=3
let c=a+b
echo $c
COMMENT
The statements in between the anonymous here document will not be executed.
Subscribe to:
Post Comments (Atom)
2 comments:
yup gud
Networking Projects for Final Year CSE Students
The IEEE Network projects Networking Projects for Final Year CSE Students has direct impact on undergraduate and graduate student education and training. Final Year Engineering Students who are software developers can structure a project around building a network firewall application Final Year Project Centers in Chennai
JavaScript Training in Chennai
JavaScript Training in Chennai
Post a Comment