<quote who="Marshall, Joshua">

> I should know how to do this.... but how can I convert a stack of files
> from CRLF to LF format?


vim can come to the rescue too! :)

  vim -c "set fileformat=unix" -c "wq" <file>

and you can use xargs to make it do a whole batch.

- Jeff


-- [EMAIL PROTECTED] ----------------------------- http://lazarus.aphid.net/ --

                    Two words: Japanese technofetishism.                    


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to