Re: using cd is shell script

2001-08-27 Thread Cliff Sarginson
On Sun, Aug 26, 2001 at 05:26:36PM -0700, bob parker wrote: > Hi all, > being a lazy typist i have writen a little script that > goes like this: > > #! /bin/bash > # go-xxx where xxx is the last dir in along chain > > cd /some long dir chain/xxx > > > My question is, how can i make the chan

Re: using cd is shell script

2001-08-26 Thread Jason Majors
On Sun, Aug 26, 2001 at 05:26:36PM -0700, bob parker scribbled... > Hi all, > being a lazy typist i have writen a little script that > goes like this: > > #! /bin/bash > # go-xxx where xxx is the last dir in along chain > > cd /some long dir chain/xxx > > > My question is, how can

Re: using cd is shell script

2001-08-26 Thread Tim Moss
bob parker wrote: Hi all, being a lazy typist i have writen a little script that goes like this: #! /bin/bash # go-xxx where xxx is the last dir in along chain cd /some long dir chain/xxx My question is, how can i make the change persist after the script is done Thanks Bob Parker No n

Re: using cd is shell script

2001-08-26 Thread Karsten M. Self
on Sun, Aug 26, 2001 at 05:26:36PM -0700, bob parker ([EMAIL PROTECTED]) wrote: > Hi all, > being a lazy typist i have writen a little script that > goes like this: > > #! /bin/bash > # go-xxx where xxx is the last dir in along chain > > cd /some long dir chain/xxx > > > My question is, how

using cd is shell script

2001-08-26 Thread bob parker
Hi all, being a lazy typist i have writen a little script that goes like this: #! /bin/bash # go-xxx where xxx is the last dir in along chain cd /some long dir chain/xxx My question is, how can i make the change persist after the script is done Thanks Bob Parker _