Mailinglist Archive: opensuse-security (174 mails)

< Previous Next >
bug in /usr/bin/find ?
  • From: Vladimir Kukuruzovic <kuki@xxxxxxxxxxx>
  • Date: Wed, 24 Nov 1999 21:28:23 +0100 (CET)
  • Message-id: <199911242028.VAA13300@xxxxxxxxxxxxxxxxxxxxxxx>
Hi

This is very odd:
(suse 6.2 - updated from 6.0)

kuki@c00l:~ > pwd
/home/office/kuki
kuki@c00l:~ > find /home/office/kuki/ -name linux-* -print
/home/office/kuki/linux-animation.html
kuki@c00l:~ > find /home/office/kuki/dl/ -name linux-* -print
kuki@c00l:~ > cd dl
kuki@c00l:~/dl > find /home/office/kuki/dl/ -name linux-* -print
/home/office/kuki/dl/linux-2.3.28.tar.bz2
kuki@c00l:~/dl > cd ..
kuki@c00l:~ > find . -name linux-* -print
./linux-animation.html
kuki@c00l:~ > cd dl
kuki@c00l:~/dl > find . -name linux-* -print
./linux-2.3.28.tar.bz2
kuki@c00l:~/dl >


if I try find /home -name linux-* -print the program finds it. It also
succedes if I use path /home/office


On suse 6.0 this works ok

Regards,
Vladimir

< Previous Next >
Follow Ups