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

    df -g output in columns in AIX

    I grabbed this from a previous thread that is now closed. I used this to get the ouput for the df command: df|awk -F" " '{ if (length($1) > 15 ){printf("%s\t%s\t%s\t%s\t%s\n",$1,$2,$3,$4,$5)} else {printf("%s\t\t%s\t%s\t%s\t%s\n",$1,$2,$3,$4,$5)} } ' problem is when i use df -g |awk -F" " '{...

Part and Inventory Search

Back
Top