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 02:40:18 +0200 (CEST) From: Hans GINZEL To: cygwin AT sourceware DOT cygnus DOT com Subject: bash: pushd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello! Why is not possible to use pushd in bash scripts? Try this session: $ mkdir temp $ echo "pushd temp" >a $ ./a pushd: not found $ pushd temp /temp / $ rmdir temp $ rm a Hans -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com