From owner-freebsd-questions Fri Jan 5 17:15:49 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 17:15:46 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from new-smtp2.ihug.com.au (new-smtp2.ihug.com.au [203.109.250.28]) by hub.freebsd.org (Postfix) with ESMTP id 2847F37B400 for ; Fri, 5 Jan 2001 17:15:44 -0800 (PST) Received: from win2k (p52-tnt3.syd.ihug.com.au [203.173.132.52]) by new-smtp2.ihug.com.au (8.9.3/8.9.3) with SMTP id MAA20403 for ; Sat, 6 Jan 2001 12:15:38 +1100 X-Authentication-Warning: new-smtp2.ihug.com.au: Host p52-tnt3.syd.ihug.com.au [203.173.132.52] claimed to be win2k Message-ID: <000801c0777e$3fe23d70$0200a8c0@win2k> From: "Matthew King" To: Subject: A new FreeBSD commmand Date: Sat, 6 Jan 2001 12:15:38 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C077DA.6125B190" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C077DA.6125B190 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, to whome it may concern. I just coded a very very simple command that i use a lot and my friends = use it heaps allso, and they told me that i shold contact you and see if = i can get this command put in to the newer vertions of FreeBSD. The command is wdl (Whole Directory Listing) here is the command #!/bin/sh # Program Name: Whole Directory Listing (wdl) # This script will long list all the files in the dir # Coded by RevGhost # RevGhost@StinkyArab.com dir=3D`pwd` echo "Whole Listing of $dir" ls -l Thanx Matthew King ------=_NextPart_000_0005_01C077DA.6125B190 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello, to whome it may = concern.
I just coded a very very simple command = that i use=20 a lot and my friends use it heaps allso, and they told me that i shold = contact=20 you and see if i can get this command put in to the newer vertions of=20 FreeBSD.
 
The command is wdl (Whole Directory=20 Listing)
here is the command
 
#!/bin/sh
# Program Name: Whole Directory Listing = (wdl)
# This script will long list all the = files in the=20 dir
# Coded by RevGhost
# RevGhost@StinkyArab.com
 
dir=3D`pwd`
echo "Whole Listing of = $dir"
ls -l
 
 
Thanx Matthew = King
------=_NextPart_000_0005_01C077DA.6125B190-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message