On Thu, Aug 18, 2011 at 6:00 PM,  <arag...@dcsnow.com> wrote:
>> On 08/13/2011 11:19 AM, Tom H wrote:
>>
>> #!/bin/bash
>>
>> df ${@} $(findmnt -s| egrep -v
>> '^TARGET|^swap|^/sys|^/proc|^/dev/pts|^/dev/shm' | awk '{ printf("%s ",
>> $1)}')
>
> This does exactly what I need for df.  I didn't think the earlier suggestion
> through.  Probably because I was too annoyed that it was changed at all.
>
> Thank you for the help and sorry for the delay.

You're welcome but for the record, this script wasn't mine.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to