On 08/13/2011 11:19 AM, Tom H wrote: > > So anyone/anything with whom/which you don't agree is dumb, silly, ... Something like this for df may work until df is "fixed" (this is all 1 line of course) cat mydf #!/bin/bash df ${@} $(findmnt -s| egrep -v '^TARGET|^swap|^/sys|^/proc|^/dev/pts|^/dev/shm' | awk '{ printf("%s ", $1)}') -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines