----- Original Message ----- > On 02/05/2014 12:42 PM, Steven S. Critchfield wrote: > > ----- Original Message ----- > >> Consider when you type mount ( at least on OSX) > >> > >> $mount > >> /dev/disk0s2 on / (hfs, local, journaled) > >> devfs on /dev (devfs, local, nobrowse) > >> map -hosts on /net (autofs, nosuid, automounted, nobrowse) > >> map auto_home on /home (autofs, automounted, nobrowse) > >> > >> it gave me what I wanted, but it sure is sloppy. Let's see if we > >> can't clean things up a bit. > >> > >> $ mount | column -t > >> /dev/disk0s2 on / (hfs, local, journaled) > >> devfs on /dev (devfs, local, nobrowse) > >> map -hosts on /net (autofs, nosuid, > >> automounted, nobrowse) > >> map auto_home on /home (autofs, automounted, nobrowse)
> Worked for me. Beware what email MUAs might do to mangle outbound and > inbound... Yes my MUA does stupid things when replying, but I saw the original as intended. The problem wasn't output, but rather input. On example given first 2 lines begin with devices, second 2 are a different format. First 2 lines second column is on, but second 2 lines on is in third column. The example has irregular output, therefore it screws up the output of column. -- Steven Critchfield [email protected] -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
