Date: Fri, 5 Jan 2001 18:31:04 -0800 From: "Jeremiah Gowdy" <jgowdy@home.com> To: "Matthew King" <kingy@ihug.com.au>, <freebsd-questions@FreeBSD.ORG> Subject: Re: A new FreeBSD commmand Message-ID: <000a01c07788$b80cd440$aa240018@cx443070b> References: <000801c0777e$3fe23d70$0200a8c0@win2k>
next in thread | previous in thread | raw e-mail | index | archive | help
>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=`pwd` >echo "Whole Listing of $dir" >ls -l My head just exploded. Have you considered just making an alias maybe ? I'm still in a state of shock. Jeremiah Gowdy Network Administrator Sherline Products 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?000a01c07788$b80cd440$aa240018>