Saturday, February 26, 2011

Shell Scripting Cycle

1. Creation of script
                             Inclusion of specific shell absolute path (eg: #!/bin/bash )
                             Inclusion of comments about the functionality of the script
                             Inclusion of Unix commands and scripting language constructs

2. Setting up execute permission to the script
3. Execution of script
4. Debugging of script

No comments:

Post a Comment