Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Startup-file patch and some tcsh emulations
- X-seq: zsh-workers 2183
- From: Geoff Wing <mason@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Startup-file patch and some tcsh emulations
- Date: Wed, 2 Oct 1996 03:52:50 +1000 (EST)
- Cc: schaefer@xxxxxxx
- In-reply-to: <960930143414.ZM21164@xxxxxxxxxxxxxxxxxxxxxxx> from "Bart Schaefer" at Sep 30, 96 02:34:14 pm
:On Sep 30, 12:32pm, Geoff Wing wrote:
:> Subject: Startup-file patch and some tcsh emulations
:> just a small patch to provide some emulations for csh/tcsh functions:
:> glob, printenv, setenv, unsetenv, and a sample filetest
:What's wrong with:
: alias glob='print -N'
There are a couple of differences, one of which is that tcsh doesn't
terminate with a null, only seperates with them. Another is the you
need to unset nullglob, so a function seems best to me.
Anyway, I had a spare couple of minutes and was just playing. I'm sure
there are several possible improvements in them.
--
Mason [G.C.W] mason@xxxxxxxxxxxxxxxxxx "Hurt...Agony...Pain...LOVE-IT"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author