bash: '..' retained in cwd

szeil@notesmail.cs.odu.edu szeil@notesmail.cs.odu.edu
Mon Mar 4 10:49:00 GMT 2002


When I cd with a relative path involving .., I find that sometimes the ../
does not get reduced in the current working directory string. This appears
to be limited to bash, and to one particular mount: /home/zeil
Example (my input occurs after each '>'):
/home/zeil/AlgAE/java> cd ../c++
/home/zeil/AlgAE/java/../c++> cd ../java
/home/zeil/AlgAE/java/../c++/../java> pwd
/home/zeil/AlgAE/java/../c++/../java
/home/zeil/AlgAE/java/../c++/../java>
Switching to sh:
/home/zeil/AlgAE/java/../c++/../java> sh
> pwd
/home/zeil/AlgAE/java
> cd ../c++
> pwd
/home/zeil/AlgAE/c++
>
Working from a different mount is OK too:
/home/zeil/AlgAE/java/../c++/../java> cd /c/SJZ/AlgAE/java
/c/SJZ/AlgAE/java> cd ../c++
/c/SJZ/AlgAE/c++>
I suppose this counts as more of an annoyance than a real bug - I can
always fix the problem by doing a cd to an absolute path whenever the
accumulated ..'s get to me, but that gets a bit tiring.
Other info:
Here's my listing from mount:
C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
C:\SJZ on /home/zeil type system (binmode)
c: on /c type user (binmode)
d: on /d type user (binmode)
z: on /z type user (binmode)
and I've appended the cygcheck output below.
Thanks for any suggestions,
Steve Zeil
========================
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Mar 04 13:46:31 2002
Windows 98 SE Ver 4.10 Build 2222
Path: C:\cygwin\usr\local\bin
 C:\cygwin\bin
 C:\cygwin\bin
 c:\WINDOWS
 c:\windows
 c:\windows\COMMAND
 c:\BIN
 C:\cygwin\bin
 C:\cygwin\USR\LOCAL\BIN
 C:\cygwin\USR\X11R6\BIN
 c:\JDK1.3.1_02\BIN
 c:\WINDOWS
 c:\WINDOWS\COMMAND
 c:\WINDOWS\SYSTEM\WBEM
 c:\TEXMF\MIKTEX\BIN
 c:\PROGRA~1\NETWOR~1\PGP
SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS
HOME = `C:\SJZ'
MAKE_MODE = `unix'
PWD = `/c/SJZ/AlgAE/c++'
USER = `zeil'
BLASTER = `A220 I5 D1 T5'
CMDLINE = `WIN'
COLORFGBG = `default;default;0'
COLORTERM = `rxvt-xpm'
COMSPEC = `C:\WINDOWS\COMMAND.COM'
CPQD = `D:'
DISPLAY = `:0'
LESS = `-aciqsM'
LOG = `NUL'
MANPATH = `:/usr/ssl/man'
MFG = `YES'
NOPATH = `C:\CPQS\SAVEREST;C:\CPQS\TOOLS;'
OLDPWD = `/c/SJZ/AlgAE/java'
PGPPATH = `C:\LIB\PGP'
PROMPT = `$p$g'
PS1 = ``pwd`> '
SHLVL = `1'
TEMP = `c:\TEMP'
TERM = `linux'
TMP = `c:\TEMP'
TMPDIR = `c:\TEMP'
TZ = `EST5'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
WINDOWID = `10027736'
_ = `/usr/bin/cygcheck'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions
 (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
 (default) = `/cygdrive'
 cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/z
 (default) = `z:'
 flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/c
 (default) = `c:'
 flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/d
 (default) = `d:'
 flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/home/zeil
 (default) = `C:\SJZ'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/
 (default) = `C:/cygwin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
 (default) = `C:/cygwin/bin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
 (default) = `C:/cygwin/lib'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A
c: hd FAT32 2807Mb 96% CP UN
d: hd FAT32 1311Mb 97% CP UN SYSTEM_SAVE
e: cd N/A N/A
i: net N/A N/A
z: net NTFS 17244Mb 67% CP CS PA zeilhome
z: /z user binmode
c: /c user binmode
d: /d user binmode
. /cygdrive user binmode,noumount
C:\SJZ /home/zeil system binmode
C:/cygwin / system binmode
C:/cygwin/bin /usr/bin system binmode
C:/cygwin/lib /usr/lib system binmode
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\windows\COMMAND\find.exe
Warning: C:\cygwin\bin\find.exe hides c:\windows\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\sh.exe
 56k 2000年12月03日 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
 "cygbz21.0.dll" v0.0 ts=2000年11月20日 18:53
 81k 2000年12月05日 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
 "cygitcl30.dll" v0.0 ts=2000年11月25日 20:43
 35k 2000年12月05日 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
 "cygitk30.dll" v0.0 ts=2000年11月25日 20:43
 390k 2000年12月05日 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
 "cygtcl80.dll" v0.0 ts=2000年11月25日 20:39
 5k 2000年12月05日 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
 10k 2000年12月05日 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
 "cygtclreg80.dll" v0.0 ts=2000年11月25日 20:39
 623k 2000年12月05日 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
 "cygtk80.dll" v0.0 ts=2000年11月25日 20:43
 19k 2002年02月20日 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm.dll" v0.0 ts=2002年2月19日 22:05
 119k 2002年02月09日 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg6b.dll" v0.0 ts=2002年2月9日 0:19
 45k 2001年04月25日 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
 "cygform5.dll" v0.0 ts=2001年4月25日 0:28
 26k 2001年04月25日 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu5.dll" v0.0 ts=2001年4月25日 0:27
 156k 2001年04月25日 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++5.dll" v0.0 ts=2001年4月25日 0:29
 226k 2001年04月25日 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses5.dll" v0.0 ts=2001年4月25日 0:17
 15k 2001年04月25日 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel5.dll" v0.0 ts=2001年4月25日 0:27
 35k 2002年01月09日 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
 "cygform6.dll" v0.0 ts=2002年1月9日 1:03
 20k 2002年01月09日 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu6.dll" v0.0 ts=2002年1月9日 1:03
 175k 2002年01月09日 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++6.dll" v0.0 ts=2002年1月9日 1:03
 202k 2002年01月09日 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses6.dll" v0.0 ts=2002年1月9日 1:03
 12k 2002年01月09日 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel6.dll" v0.0 ts=2002年1月9日 1:03
 170k 2002年01月21日 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
 "cygpng2.dll" v0.0 ts=2002年1月20日 20:05
 41k 2002年01月20日 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
 "cygXpm-noX4.dll" v0.0 ts=2002年1月20日 13:49
 46k 2002年01月20日 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
 "cygXpm-X4.dll" v0.0 ts=2002年1月20日 13:50
 50k 2002年01月20日 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
 "cygz.dll" v0.0 ts=2002年1月20日 14:41
 253k 2002年02月10日 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff3.dll" v0.0 ts=2002年2月10日 3:34
 621k 2002年01月16日 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto.dll" v0.0 ts=2002年1月16日 4:54
 156k 2002年01月16日 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
 "cygssl.dll" v0.0 ts=2002年1月16日 4:54
 66k 2001年11月20日 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
 "cygregex.dll" v0.0 ts=2001年11月20日 9:44
 20k 2002年01月13日 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory5.dll" v0.0 ts=2002年1月12日 20:27
 121k 2002年01月13日 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline5.dll" v0.0 ts=2002年1月12日 20:27
 22k 2001年12月13日 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-1.dll" v0.0 ts=2001年12月13日 4:28
 612k 2002年01月16日 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
 "cygxml2-2.dll" v0.0 ts=2002年1月15日 23:24
 73k 2002年01月16日 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygexslt-0.dll" v0.0 ts=2002年1月16日 4:06
 202k 2002年01月16日 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
 "cygxslt-1.dll" v0.0 ts=2002年1月16日 3:52
 22k 2002年01月16日 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
 "cygxsltbreakpoint-1.dll" v0.0 ts=2002年1月16日 4:05
 40k 2001年11月21日 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
 "cygpcre.dll" v0.0 ts=2001年11月21日 17:15
 39k 2001年11月21日 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
 "cygpcreposix.dll" v0.0 ts=2001年11月21日 17:15
 751k 2002年02月25日 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
 "cygwin1.dll" v0.0 ts=2002年2月25日 11:14
 Cygwin DLL version info:
 DLL version: 1.3.10
 DLL epoch: 19
 DLL bad signal mask: 19005
 DLL old termios: 5
 DLL malloc env: 28
 API major: 0
 API minor: 51
 Shared data: 3
 DLL identifier: cygwin1
 Mount registry: 2
 Cygnus registry name: Cygnus Solutions
 Cygwin registry name: Cygwin
 Program options name: Program Options
 Cygwin mount registry name: mounts v2
 Cygdrive flags: cygdrive flags
 Cygdrive prefix: cygdrive prefix
 Cygdrive default prefix:
 Build date: Mon Feb 25 11:14:34 EST 2002
 Shared id: cygwin1S3
Cygwin Package Information
Last downloaded files to: C:\cygwin
Last downloaded files from: ftp://ftp.nas.nasa.gov/mirrors/cygwin.com/pub/cygwin
Package Version
ash 20020131-1
bash 2.05a-3
binutils 20011002-1
bison 1.33-1
bzip2 1.0.1-6
cygwin 1.3.10-1
diff 0.0
fileutils 4.1-1
findutils 4.1
flex 2.5.4-1
gawk 3.0.4-1
gcc 2.95.3-5
gdb 20010428-3
gdbm 1.8.0-4
grep 2.5g
groff 1.17.2-1
gzip 1.3.2-1
inetutils 1.3.2-17
jpeg 6b-7
less 358-3
libintl1 0.10.40-1
libncurses5 5.2-1
libncurses6 5.2-8
libpng 1.0.12-1
libpng2 1.0.12-1
libreadline4 4.1-2
libreadline5 4.2a-1
libxml2 2.4.13-1
libxslt 1.0.10-1
login 1.4-3
make 3.79.1-5
man 1.5g-2
ncurses 5.2-8
newlib-man 20001118-1
openssh 3.0.2p1-5
openssl 0.9.6c-3
patch 2.5-3
pcre 3.7-1
perl 5.6.1-2
postgresql 7.1.3-2
python 2.2-1
readline 4.2a-1
regex 4.4-2
rsync 2.5.2-1
rxvt 2.7.2-10
sed 3.02-1
sh-utils 2.0-2
tar 1.13.19-1
tcltk 20001125-1
termcap 20010825-1
terminfo 5.2-1
textutils 2.0.21-1
tiff 3.5.7-1
time 1.7-1
unzip 5.41-1
w32api 1.2-1
which 1.5-1
xpm-nox 4.2.0-1
zip 2.3-1
zlib 1.1.3-7
Use -h to see help about each section
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /