Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdfab5

  1. jdfab5

    Date command gives wrong time when used in program

    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...
  2. jdfab5

    netstat -i

    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...
  3. jdfab5

    awk and crontab

    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...

Part and Inventory Search

Back
Top