When I use the Date command from a command line the correct date and time are given. The problem is when I use the Date command in an awk program it gets the wrong time. I have checked my timezone settings and they appear to be correct. I can't figure out where it is getting the wrong time...
I am trying to monitor collision rates. I have read on many sites that the netstat -i command will display the # of output packets and # of collisions. However, when I give this command all I get back are the output pactets. It does not display the errors or collision columns. Below is an...
I have an awk program with executable permissions. In this program exists another awk command line like this.
system("awk -f program2 file")
When I run the executable this second program2 runs just fine. However, when I enter the executable into crontab to schedule this...
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.