On Sun, 2003-09-21 at 01:22, Doug Weimer wrote:

> If you only wan the files you can use find with a -type of f:
> 
> find /lib/modules/*/kernel/* -type f -printf "%f\n" |sed 's/.o//g'

I need to correct a small mistake here actually, s/.o//g isn't quite
right. Use s/\.o//g instead. With only .o it will return improper
results.

Sorry about that,

Doug

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to