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 strongm 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: Routerdark
  • Content: Threads
  • Order by date
  1. Routerdark

    How to management volumns between AIX and EMC storages

    Hi all, I´m new into the AIX management. I would to know where find information for manage the LUM and diskgroup.
  2. Routerdark

    Split one column in several awk

    Hi all, I try to split one column in four columns more. But in don't find the way. example: I have one file with this Format: string1 number1 number2 number3 number4 number5 string2 number1 number2 number3 number4 number5 I tried to do that the output be just like this string1...
  3. Routerdark

    Why not take awk variable for?

    for I in MAY JUN JUL AUG; do echo $I; cat final_subscriber_mOP.txt | grep -v -e rows -e --- -e s|awk '$1 ~ /$I/ {print $1, $2}' | sort -n | uniq -c; done Thank you for support.

Part and Inventory Search

Back
Top