On Thu, 20 Feb 2003, Thorsten Sauter wrote:

> Package: busybox-cvs
> Version: 0.60.99.cvs20030114-1 (not installed)
> Severity: normal
> 
> Hi,
> 
> 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 second looks like standard shell behaviour when nothing matches the wildcard. If 
there should be a match, then your shell has the problem, not the find command.




-- 
Cheers
John Summerfield
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to