From owner-freebsd-questions Fri Jan 5 21:12:59 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 21:12:57 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id A3E0137B400 for ; Fri, 5 Jan 2001 21:12:57 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 7CA133E0C; Fri, 5 Jan 2001 21:12:57 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 7B7BF3C10A; Fri, 5 Jan 2001 21:12:57 -0800 (PST) To: "Matthew King" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A new FreeBSD commmand In-Reply-To: Message from "Matthew King" of "Sat, 06 Jan 2001 12:15:38 +1100." <000801c0777e$3fe23d70$0200a8c0@win2k> Date: Fri, 05 Jan 2001 21:12:52 -0800 From: Dima Dorfman Message-Id: <20010106051257.7CA133E0C@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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