Re: Strange behaviour

2003-11-18 Thread Olivier Beyssac
On Tue, Nov 18, 2003 at 04:26:36PM +0100, Olivier Beyssac wrote: > I can't understand why df, when given an argument, parses the whole list > of mount points: Sorry for this, I've just checked my df version. I didn't think the package in Debian stable could be so old. -- Olivier Beyssac - [EMAI

Strange behaviour

2003-11-18 Thread Olivier Beyssac
Hello, I can't understand why df, when given an argument, parses the whole list of mount points: % strace df /usr 2>&1 | grep ^stat stat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 statfs("/usr", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=492147, f_bfree=251212, f

Re: strange behaviour with mv (fwd)

2002-09-18 Thread Michael McGuffin
Thanks for the reply. Originally, I thought it was strange that "mv x y" and "mv x/ y" would behave differently, and reported this as a bug to you. Now I understand that they are in fact supposed to behave differently. However, it now seems to me there may be another bug. My interpretation of

Re: strange behaviour with mv (fwd)

2002-09-18 Thread Jim Meyering
Michael McGuffin <[EMAIL PROTECTED]> wrote: > I may have found a bug with mv. When x is a symlink to > a directory, the behaviour of > >mv x y > and >mv x/ y > > is not the same. Please read the below description > I wrote, and the response I got from Derrick Moser. Thanks for the repor