* lawson whitney <[EMAIL PROTECTED]> writes:

> If you don't like the clutter of having to name and make executable
> a one-line script, here is another way:

> find -type f -exec sh -c 'cat {} |tr "\r" "\n" |safe {}' \;

Shouldn't that be...
find ./ -type f -exec sh -c 'cat {} |tr "\r" "\n" |safe {}' \;

Just being picky. :)


===========================
Want to really learn Linux?
   ... Install Slackware
===========================

-- 
|---<Regards, Steve Youngs>-------------------------------------|
|                    Genius is the ability to                   |
|              reduce the complicated to the simple             |
|------------------------------------<[EMAIL PROTECTED]>---|

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to