source: trunk/essentials/app-shells/bash/tests/builtins1.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 151 bytes
Line 
1unset CDPATH
2
3MYDIR=$(pwd -P)
4FULLDIR=/tmp/bash-dir-a
5DIR=${FULLDIR##*/}
6
7mkdir $FULLDIR
8CDPATH=.:/tmp
9cd $DIR
10pwd
11echo $PWD
12
13cd $MYDIR
14rmdir $FULLDIR
Note: See TracBrowser for help on using the repository browser.