> #!/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.
---
Will Y.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-- 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