Re: bash_profile

2005-03-20 Пенетрантность Timur Elzhov
On Sun, Mar 20, 2005 at 09:31:40AM +0200, Denis S wrote:

  ~/.bash_profile.  
  PATH ~/.bash_profile :
 
 if [ -d ~/work/scripts] ; then

,  ,
 ],  ;)


.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: bash_profile

2005-03-20 Пенетрантность Denis S
   20  2005 10:27 Timur Elzhov (a):
 On Sun, Mar 20, 2005 at 09:31:40AM +0200, Denis S wrote:
   ~/.bash_profile.   
 PATH ~/.bash_profile
  :
 
  if [ -d ~/work/scripts] ; then

 ,  ,
  ],  ;)


 .
:-)


Re: bash_profile

2005-03-20 Пенетрантность Artem Chuprina
Denis S - Debian-Russian  @ Sun, 20 Mar 2005 09:31:40 +0200:

 DS  ~/.bash_profile.   
 DSPATH ~/.bash_profile
 DS :

 DS if [ -d ~/work/scripts] ; thenPATH=~/work/scripts:${PATH}fi

 DS   PATH  ,  
 DS /etc/profile   ok.   -  
 DS . 
 DS .

-,  fi   .  -, 
 PATH   .

--
Artem Chuprina
RFC2822: ran{}ran.pp.ru Jabber: [EMAIL PROTECTED]

 :
1..
.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



bash_profile

2005-03-19 Пенетрантность Denis S
 ~/.bash_profile.  
 PATH ~/.bash_profile :

if [ -d ~/work/scripts] ; then
PATH=~/work/scripts:${PATH}
fi

  PATH  , 
  /etc/profile   ok.   -   .   
   .