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!

Recent content by SiberianKhatru

  1. SiberianKhatru

    Allowing awk to use shell variables

    passing variables to awk has been looked at before with the -v, but I have a list of variables to set up.......do I need to enter -v ... -v ... -v ... etc etc a mile long?
  2. SiberianKhatru

    Allowing awk to use shell variables

    I am trying to run a script which pulls out all users from the /etc/passwd file, subjects that list of users to exclusion criteria (removing system users from the list such as root, lp, sys etc) and produces a new list of users. I need to pass the new list of users to awk to determine the users...

Part and Inventory Search

Back
Top