Linux under Dos2unix

Source: Internet
Author: User

Dos2unix is not installed by default under Ubuntu, and of course we can install it via the sudo apt-get install Dos2unix .

In addition, in the absence of Dos2unix, we can also use another software replacement-Tofrodos, the following describes the use and installation of the software.

(1) Install with apt command on Ubuntu

sudo apt-get install Tofrodos

In fact it installs two tools:todos(equivalent to Unix2dos), and Fromdos(equivalent to Dos2unix)

After the installation, you can now convert the text format.
Like what:

Todos Hello.txt (i.e. Unix2dos Hello.txt)
Fromdos Hello.txt (i.e. Dos2unix Hello.txt)

(2) do some optimization
accustomed to the commands of Unix2dos and Dos2unix, you can link the two tools installed above into Unix2dos and Dos2unix, or just an individual name, and put it in the startup script.
steps:
ln-s/usr/bin/todos/usr/bin/unix2dos
ln-s/usr/bin/fromdos/usr/bin/dos2unix
or an individual name in ~/.BASHRC .
VI ~/.BASHRC
Add alias Unix2dos=todos

Alias Dos2unix=fromdos

This article is from the "5311" blog, please be sure to keep this source http://cuis1.blog.51cto.com/8805022/1877473

Linux under Dos2unix

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.