Easy steps to install xsv package on Mac
Package Information:
Application Name – xsv
What is xsv – Not Available for xsv
Use of xsv – Fast CSV toolkit written in Rust
URL – https://github.com/BurntSushi/xsv
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install xsv using brew
brew install xsv

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

xsv is ready to use now!