Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Fri, 16 Jul 1999 03:24:28 +0200 (CEST) From: Hans GINZEL To: Brendan Simon cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: bash: pushd In-Reply-To: <378E8172.42692CCB@dgs.monash.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII > It seems that pushd is not in the path when you run your script. > Try putting "echo $PATH" in your script to see what the path is set to > when the script is exectued. Thank you, but pushd and popd are internal bash commands. Hans > > $ mkdir temp > > $ echo "pushd temp" >a > > $ ./a > > pushd: not found > > $ pushd temp > > /temp / -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com