mount command absurdly verbose?

Genes MailLists lists at sapience.com
Tue Nov 22 17:07:54 UTC 2011



 How about something like this (fix line wrap) use -se instead of -s if
you prefer:

# cat mydf

#/bin/bash
df ${@} $(findmnt -s| egrep -v
'^TARGET|^swap|^/sys|^/proc|^/dev/pts|^/dev/shm' | awk '{ printf("%s ",
$1)}')




More information about the users mailing list