On 3/10/06, Justin Findlay <[EMAIL PROTECTED]> wrote:
> You can also use dos2unix, but this is kind of ugly.
>
> $ for i in $(find . -type f -print0 | xargs -0ri file -F ^ {} | grep
> text | cut -f 1 -d ^) ; do dos2unix $i ; done

I think your frist response was correct Justin.  I think he just
needed to add a newline to the end of the file (not the end of each
line like I thought).

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to