On Wed, 23 Jul 2003, Phil Taylor wrote: > So, you guys who choose to work in unix, what do you > do when faced with a task where you know exactly what > you are trying to do, but nothing works, over and > over?
Then you ask one of your friends on the internet for a little guidance! So hear it comes. 1/ Go to your home directory (type cd <enter>) 2/ open the file ".tchrc" in your favourite editor, create it if it does not yet exist. 3/ Add to the END of this file one of the following lines: set path = ( $path /usr/local/bin ) # to extend your path alias abcm2ps '/usr/local/bin/abcm2ps' # to create an alias 4/ save the file 5/ open a NEW terminal window. This will make sure that the new settings are actually loaded. 6/ everything should now be fine... 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
