[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox



On Thu, Feb 20, 2003 at 09:57:58PM +0100, Thorsten Sauter wrote:
> the find applet in busybox-cvs differs to the one in busybox.
> I think the both should work exactly.
> 
> $ find /dev/discs/*/disc	(busybox)
> /dev/discs/disc0/disc
> $ find /dev/discs/*/disc	(busybox-cvs)
> find: /dev/discs/*/disc: No such file or directory
> 
> I'm using the find util from the busybox-cvs udeb package for the
> debian-installer to detect the available harddrives in system. The old
> busybox-cvs (don't know the version anymore) support the command above.
> 
> Do you think it's possible to reinclude/support the command?

The shell performs glob expansion, not the command.  Are you sure that
/dev/discs/disc0/disc existed when you tested busybox-cvs?

Matt
-- 
Oink!



Reply to: