Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 1996 23:04:41 -0700 (MST)
From:      Don Yuniskis <dgy@rtd.com>
To:        jlambert@trout.inet-images.com
Cc:        questions@freebsd.org
Subject:   Re: Symbolic links or batch files
Message-ID:  <199607300604.XAA21534@seagull.rtd.com>
In-Reply-To: <199607300533.BAA11378@trout.inet-images.com> from "jlambert@trout.inet-images.com" at Jul 30, 96 01:33:19 am

next in thread | previous in thread | raw e-mail | index | archive | help
> How yould wowuld I gou about creating a file or link that
> runs colorls -G instead of ls?
> (sorry, no backspace key.)

first, why don't you run 'stty erase ^H' to get your backspace key
working, eh?  :>

as for colorls, create an alias for it:
	myls() colorls -G $@
should do fine...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607300604.XAA21534>