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 jwernicki

  1. jwernicki

    Passing ksh variables into awk

    Believe it or not - the following works as well . . #!/bin/ksh n=10 cat silly.in |awk '{print $'"$n"'}' Enclosing a ksh var in '" "' seems to do the trick. This way you're not forced into using all of awks clumsy syntax.
  2. jwernicki

    Installing Perl Modules

    Thanks for the info . . biggest problem was that bos.adt.include was not installed. After this was done - I found 'make' where it should be . . /usr/bin/make -> /usr/ccs/bin/make fyi -> about 6 perl module dependencies later and the need for 'cc' - i was able to install and run 'checkbot'
  3. jwernicki

    Installing Perl Modules

    Does anyone have tips on installing Perl modules (i.e. LWP) on AIX? I ran 'perl Makefile.PL' successully but can't run a 'make'?? Where would I find this command??
  4. jwernicki

    Unable to log in on root terminal

    Check your communication settings - Be sure that baud rate, flow control, parity, and stop bits of tty match your port settings. Any discrepencies can cause all sorts of unpredicatable results -
  5. jwernicki

    Route's

    Try a lsattr -Elinet0. Permanent static routes are stored in ODM.

Part and Inventory Search

Back
Top