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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Duane61
  • Content: Threads
  • Order by date
  1. Duane61

    awk syntax error

    Okay, I bet this is easy, but can't seem to pull it out... I want to do a for loop substitution in an awk line, sorta like this: for i in 1 2 3 4 5 6 7 8 9 do user=`finger $LOGNAME | awk '{print ${@}}'` echo "Hello $user" done If I put a number in for {@}, I get that field, but I...

Part and Inventory Search

Back
Top