puppialessio posted: " The use of conditions in scripting programming is as follows if((<condition>)) then <code> else <code> fi An example is the following echo "Enter a number " read number if((number%2)) then echo "odd number" else echo "even number" fi "
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.