Installing dateutils on Mac using Brew
Package Information:
Name: dateutils
Use: Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
URL: http://www.fresse.org/dateutils/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dateutils using brew
brew install dateutils
dateutils is ready to use now!