I\'m currently working on homework for a Unix course and I\'ve got everything else done but I just can\'t figure out what I\'ve done wrong here. I\'ve done this exact same s
The error is actually on the interpreter line:
#/!bin/bash
is not the same as
#!/bin/bash
Once I actually had the script running in bash it was just a few minor syntax errors and I was done.