Date: Sat, 6 Jan 2001 12:15:38 +1100 From: "Matthew King" <kingy@ihug.com.au> To: <freebsd-questions@FreeBSD.ORG> Subject: A new FreeBSD commmand Message-ID: <000801c0777e$3fe23d70$0200a8c0@win2k>
next in thread | raw e-mail | index | archive | help
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hello, to whome it may = concern.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>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.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>The command is wdl (Whole Directory=20 Listing)</FONT></DIV> <DIV><FONT face=3DArial size=3D2>here is the command</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>#!/bin/sh</FONT></DIV> <DIV><FONT face=3DArial size=3D2># Program Name: Whole Directory Listing = (wdl)</FONT></DIV> <DIV><FONT face=3DArial size=3D2># This script will long list all the = files in the=20 dir</FONT></DIV> <DIV><FONT face=3DArial size=3D2># Coded by RevGhost</FONT></DIV> <DIV><FONT face=3DArial size=3D2># <A=20 href=3D"mailto:RevGhost@StinkyArab.com">RevGhost@StinkyArab.com</A></FONT= ></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>dir=3D`pwd`</FONT></DIV> <DIV><FONT face=3DArial size=3D2>echo "Whole Listing of = $dir"</FONT></DIV> <DIV><FONT face=3DArial size=3D2>ls -l</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanx Matthew = King</FONT></DIV></BODY></HTML> ------=_NextPart_000_0005_01C077DA.6125B190-- 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?000801c0777e$3fe23d70$0200a8c0>