This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.3.11 (cygwin1-20020531.dll)


With the last snapshot, you're able to cd into a 'file' under /proc:
 
/ $ cd /proc
/proc $ ls
109/  168/  378/  97/  loadavg  meminfo  registry/  stat  uptime  version
/proc $ cat version
CYGWIN_NT-4.0 1.3.11s(0.53/3/2) 20020531 22:57:18
/proc $ find -maxdepth 1 -type f
./loadavg
./meminfo
./stat
./version
./uptime
/proc $ cd version
/proc/version $ ls
ls: .: Not a directory
/proc/version $ find -name '*'
/proc/version $ find -name '..'
/proc/version $ find -name '.'
.
/proc/version $ cd ..
/proc/version/.. $ ls
109/  168/  77/  97/  loadavg  meminfo  registry/  stat  uptime  version
/proc/version/.. $ cd ..
/proc/version/../.. $ ls
Installer/  bin/  cygwin.bat*  cygwin.ico  etc/  home/  lib/  sbin/  setup.log  setup.log.full  tmp/  usr/  var/
/proc/version/../.. $ cd setup.log
bash: cd: setup.log: Not a directory

-Samrobb

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]