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: *

  1. GirlInTrouble

    FInger and cut (sounds painful doesn't it)

    Hi there you guys ;-) Im trying to get the first 3 fields from a finger -s command I've tried using cut but that doesn't work. who |cut -d" " -f1|xargs finger -s|cut -d" " -f1,2,3 The output of finger is seperated with multiple spaces. Do I used IFS again? How do I say my delimiter is junk...
  2. GirlInTrouble

    Using a select loop with input from the 'file' command

    Hi everyone My head is getting to know the brick wall rather well by now. My problem is all do to do with passing a list of files using the file command into a select loop. Now I can make the file command give me what I think works because I hard coded it into 2nd script, it doesn’t look pretty...

Part and Inventory Search

Back
Top