From owner-freebsd-questions Fri Jan 5 21:32:17 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 21:32:15 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from bruiser.netorbit.com (unknown [209.15.87.170]) by hub.freebsd.org (Postfix) with ESMTP id C5E2437B400 for ; Fri, 5 Jan 2001 21:32:14 -0800 (PST) Received: from bruiser (unknown [192.168.70.51]) by bruiser.netorbit.com (Postfix) with SMTP id 359969883; Fri, 5 Jan 2001 23:39:39 -0600 (CST) From: "R.Munden" To: "Dima Dorfman" , "Matthew King" Cc: Subject: RE: A new FreeBSD commmand Date: Fri, 5 Jan 2001 23:00:20 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010106051257.7CA133E0C@bazooka.unixfreak.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering if you could add some command line switches in case I wanted to see the whole directory and the directory files themselves. Something like wdl -a; I think it should imitate the output of ls -la maybe. --rjm-- "... one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dima Dorfman > Sent: Friday, January 05, 2001 11:13 PM > To: Matthew King > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: A new FreeBSD commmand > > > > This is a multi-part message in MIME format. > > Please don't send HTML mail to the lists. > > > The command is wdl (Whole Directory Listing) > > here is the command > > > > [snip - it's an sh script] > > dir=3D`pwd` > > echo "Whole Listing of $dir" > > ls -l > > Have you tried 'll'? It's an alias defined by default in .shrc and > .cshrc which does essentially the same thing. > > Dima Dorfman > dima@unixfreak.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message