># 2) remove the heading and root | tail +3 ># 3) squeeze out unwanted blanks | tr -s ' ' ># 4) use gawk to generate a line for each mounted ># file system of the form
Something I have never thought about. In the script tail +3 removes the header and the line for the / fs. Why? Is there some reason you should not do this to the / fs? I modified the script to +2 so to get all fs's. Am I opening myself up to problems? Mark D Pace Senior Systems Engineer Mainline Information Systems 1700 Summit Lake Drive Tallahassee, FL. 32317 [EMAIL PROTECTED] Office: 850.219.5184 Fax: 850.219.5050 http://www.mainline.com
