That works great! Thank you so much for your help. I should have realized that I could just continue the pipe on into the sed. As long as we're on a roll here, is there a resonably handy way to pad the spaces between the system name/share and the size so that the size portion is right justified? Its not really needed, but it would make it easier to read. Below is a larger sample output:
\\PCABC\C: 2,994,485,909
\\PCDEF\C: 2,286,570,299
\\PCGHI\C: 2,107,089,738
\\PCJKL\C: 796,474,951
\\PCMNO\C: 779,595,962
\\PCPQR\D: 681,290,833
But it would be nice for it to look like:
\\PCABC\C: 2,994,485,909
\\PCDEF\C: 2,286,570,299
\\PCGHI\C: 2,107,089,738
\\PCJKL\C: 796,474,951
\\PCMNO\C: 779,595,962
\\PCPQR\D: 681,290,833
Just curious. Thanks again for the help, it worked so well!
thanks,
Scott