[pgsql-jp: 33547] Re: なぜ.bash_profile の方へ?

Yasuo Ohgaki yohgaki @ ohgaki.net
2004年 7月 8日 (木) 17:05:26 JST


大垣です。

# 意外に.bashrcと.bash_profileの違いって認知されていないんですね。

もり wrote:
>   BASH_ENVの内容って意味があるのかどうか疑問に思う今日このごろです。


       When bash is started non-interactively, to run a shell script, for
       example, it looks for the variable BASH_ENV in the environment, expands
       its value if it appears there, and uses the expanded value as the name
       of a file to read and execute.  Bash behaves as if the following com-
       mand were executed:
              if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
       but the value of the PATH variable is not used to search for the file
       name.

もしかして日本語のman pageには無いのかと思い日本語も見てみましたが
書いてありましたよ。古いman pageには無いのかも?

man-pages-1.65-2m
man-pages-ja-0.6-0.20040515.1m

--
Yasuo Ohgaki



pgsql-jp メーリングリストの案内