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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.