Mike Farrant skrev:
<snip>---

PS I find unix irritating that it does not recognise LS when I mean ls
or CP when I mean cp - how hard can it be to have both cases valid for
such a small command set?


Not hard at all really: Put the following commands in Your environment file file:

alias LS="ls"
alias CP="cp"

and You're done
.
(Assuming Korn shell )

If You don't have an environment file   add one line in Your .profile:
ENV=~mike/environment.sh
( substitute your login name and create the file in your login directory)

Cheers

-- mats
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to