Quantcast
Viewing all articles
Browse latest Browse all 2

Fix The Script:

TweetThis Bash Shell Script places you in the role of detective as you will need to discover the bug that exists in the script below. #!/bin/bash echo “Fix this script…I’ve got bugs” a=45 if [$a -gt 27 ] then echo $a fi exit 0

Viewing all articles
Browse latest Browse all 2

Trending Articles