Date: Fri, 18 Aug 2000 12:07:44 -0400 From: Mike Tancsa <mike@sentex.net> To: "Justin W. Pauler" <jwpauler@jwpages.com>, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Feature/Question Message-ID: <4.3.2.7.0.20000818120622.00eb54b0@marble.sentex.ca> In-Reply-To: <Pine.BSF.4.21.0008181102010.2489-100000@drnet.fais.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 11:05 AM 8/18/00 -0500, Justin W. Pauler wrote: >I'm BACK! Once again :P This time i'll try to keep it short, I promise... > >1. FreeBSD Feature >This is something I have been wondering about for awhile and just thought >that it would be a nice feature. Its the output of 'mount'. I use it quite >often to see what filesystems are mounted. Only problem is, well it gets >kind of hard to read sometimes when you have several filesystems loaded. >At times the lines can wrap around and can get pretty long. I like the detail... Why dont you just wrap it with a script to your liking ? #!/bin/sh mount | awk '{print $1 " on " $3}' ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel +1 519 651 3400 Sentex Communications mike@sentex.net Cambridge, Ontario Canada www.sentex.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.0.20000818120622.00eb54b0>