Sebastian Dransfeld <[EMAIL PROTECTED]> writes: > On 27 Jul 2002, Vox wrote: > > > Sebastian Dransfeld <[EMAIL PROTECTED]> writes: > > > > > Take the example below. Shouldn't > > > > > > build@s119b:~/CVS/dir2$ ls > > > and > > > build@s119b:~/CVS/dir1/dir2$ ls .. > > > return the same?
[...] > Isn't there any way to make 'ls ..' and 'cd .. && ls' return the same? % cd -P .. % cd $(ash -c 'cd .. ; echo `pwd`') % cd `perl -e 'chdir ".."; system "pwd"'` any better way?
