Hey everyone...
I'm currently working on a few scripts for
people to run when they get in in the mornings
just a few standard checks and stuff.
What I need to know - and it's a dippy question is:
I've got this so far
case os
HP-UX) bdf -l | sort -r -k5
AIX) df -k | sort -r -k4
etc
just a sorted list
it works fine, just I'm not sure for sun_os. I want to give this script
to some guys running sunos - but I don't have access to a sunos box
which column should I be sorting on for a df under sunos?
I know - dumb question - but I can't remember. :)
Ta Scott.