Hey, I am programming a small script for Solaris in my Unix class at school.. I am building a program that times runners..
Anyway, I am trying to assign a value to a variable using the awk command..
mine is set up like this
set starttime = `awk 'NR == 4 {print $0}' $1`
the $1 being the...