`dos2unix` and `unix2dos` on Ubuntu Linux
If you've got used to using `dos2unix` and `unix2dos` and you miss them in recent Ubuntu Linux distributions, here's a recipe how to get them back: # apt-get install tofrodos # cd /usr/bin/ # ln -s fromdos dos2unix # ln -s todos unix2dos















