On Fri, 25 Jul 2003, Jack Campin wrote:

> Try
>   PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
>   export PATH

No Jack, that's bourne shell syntax!!!
A day ago I gave the correct solution for tcsh in a
separate posting.

> You might also want to change your shell to something less
> squirmily haveanicedayish than tcsh.  chsh is the command to
> do the change; bash is pretty reasonable

At the moment, bash is the de facto standard in the
UNIX community. You can change to it with the following
command:

chsh `which bash`

Note the back quotes.

The settings file of bash is called .bash_profile and
resides in your home directory.

You can use the Bourne shell syntax described above to
add a path to your .bash_profile:

export PATH=$PATH:/usr/local/bin

or you can add

alias abcm2ps='/usr/local/bin/abcm2ps'


 Groeten,
 Irwin Oppenheim
 [EMAIL PROTECTED]
 ~~~*

 Chazzanut Online:
 http://www.joods.nl/~chazzanut/
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to