From owner-freebsd-questions Fri Aug 18 9:11:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id B033437B423 for ; Fri, 18 Aug 2000 09:11:54 -0700 (PDT) Received: from simoeon.sentex.net (simeon.sentex.ca [209.112.4.47]) by smtp1.sentex.ca (8.11.0/8.11.0) with ESMTP id e7IGBpP83007; Fri, 18 Aug 2000 12:11:51 -0400 (EDT) Message-Id: <4.3.2.7.0.20000818120622.00eb54b0@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 12:07:44 -0400 To: "Justin W. Pauler" , freebsd-questions@FreeBSD.ORG From: Mike Tancsa Subject: Re: FreeBSD Feature/Question In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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