On Sat, Nov 28, 2009 at 05:34:28PM -0500, Steven W. Orr wrote: > Now you've jinxed it! I'll betcha a buck that Murphy is subscribed to this > list and that's the next thing that's going to happen. It'll probably be a > feature of ZFS. ;-) I'm willing to bet up to *three* imaginary dollars that ZFS will be called something like "zfs". :) > I'm willing to work with this approach, but then the proper way to do it in > awk would be as follows: > nodevs=$(< /proc/filesystems awk -F '\t' '/^nodev/ && NF==2 { print $2 }') Well, I think might as well go with the more straightforward syntax of nodevs=$(awk -F '\t' '/^nodev/ && NF==2 { print $2 }' < /proc/filesystems) but yeah. File a bug. :) -- Matthew Miller <mattdm@xxxxxxxxxx> Senior Systems Architect Cyberinfrastructure Labs / Instructional & Research Computing Computing & Information Technology Harvard School of Engineering & Applied Sciences -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines