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

    re: AWK question

    My post had a typo (sorry). This one should work: who -u | nawk '{printf("%10s %10s %10s \n",$1,$6,$7)}' >/tmp/myfile
  2. usfrog

    re: AWK question

    To get a well aligned output (you can play on the %10s parameter): who -u | nawk '{printf("%10s %10s %10s %\n",$1,$6,$7)}' >/tmp/myfile Hope this helps!
  3. usfrog

    Hey, Quick question I am try

    This looks like a relevant answer (well I didn't invent anything, just queried Google - sorry no upper case :) ) : http://www.mkssoftware.com/docs/man1/getopts.1.asp
  4. usfrog

    installation de hp-ux 10.20 a partir d'un cdrom

    Avez vous essaye de lancer l'installation depuis la cible elle-meme? Une installation a distance prend des heures, faites une image copie sur le serveur cible, et lancez l'installation directement depuis la cible. C'est mon premier sentiment. J'espere que cela repondra a votre probleme.
  5. usfrog

    Unix Help

    "dirname" command will give you the path information of a file (command complementary to "basename"). Hope this will help :-)

Part and Inventory Search

Back
Top