Ubuntu下的dos2unix

3741阅读 0评论2012-03-27 
分类:LINUX

Yet another "feature" from the developers of ubuntu to simplify life. "dos2unix" and "unix2dos" are missing in version 10.04 (Lucid).

First of all, install dos2unix package:

sudo aptitude install tofrodos

Then if you want "dos2unix" type "fromdos" and if you want "unix2dos", type "todos". If you have a habit of typing in the old commands, its best to create links.

Go to /usr/bin:

--->sudo ln -s fromdos dos2unix
---> sudo ln -s todos unix2dos

上一篇:fork()调用的一个趣题
下一篇:UUID详解