http://qs1969.pair.com?node_id=447058


in reply to Re^2: disk space utilization
in thread disk space utilization

Thanks for the info graff, the use of an expression grep "/^" in the middle of my arguement will only report back the line of output in the df -k that has a slash that is immediately followed by an end of line tag (anchor)- thereby only returning the root partition, as opposed to only doing a basic grep for a slash, which will return every slice starting with a slash (working in ksh).
Is there any way I can incorporate your 'one-liner' into my script? As this is only one function out of several that needs to be performed.

Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.