[X-Unix] Altering .bashrc in bash to add to $PATH
    Doug McNutt 
    douglist at macnauchtan.com
       
    Fri Jan  9 13:03:25 PST 2004
    
    
  
At 14:32 -0600 1/9/04, Eugene Lee wrote:
>Just to nitpick, but the command should be all lowercase, i.e. "ln".
>And on other Unix platforms with a case-sensitive filesystem, the
>command *must* be all lowercase.
The hashing of commands at startup time for both bash and tcsh forces case matching even for case-insensitive HFS+.
If you want to use Ln or setfile (for SetFile) in HFS+ you can use a full path name or you can set the $NOHASH environment variable at least for tcsh. Either will result in file system access to find the tool rather than the (faster??) lookup in the hash.
-- 
-->  There are 10 kinds of people:  those who understand binary, and those who don't <--
    
    
More information about the X-Unix
mailing list