How To Install dos2unix On Mac using Brew
Package Information:
Name: dos2unix Use: Convert text between DOS, UNIX, and Mac formats URL:
dos2unix is an update of Benjamin Lin's implementations of dos2unix and unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos were distributed via SunSITE.unc.edu and became part of several Linux distributions such as RedHat, Suse, Gentoo, and others. This update includes all RedHat patches and fixes several other problems. Internationalization has been added and ports to DOS, Windows, Cygwin and OS/2 Warp have been made.
Installation Steps:
- Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dos2unix using brew
brew install dos2unix
0 comments:
Post a Comment