At 2004-11-11T15:40:37+1300, Matthew Gregan wrote:
> Run the follow command and report the output back to the list:
                ^ing

> $ find /lib/modules -name ltserial.ko -o -name ltmodem.ko -ls

(For future reference, that should actually be):
$ find /lib/modules \( -name ltserial.ko -o -name ltmodem.ko \) -ls

...otherwise the '-ls' is only invoked against the second condition.

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                [EMAIL PROTECTED]

Reply via email to