Easy steps to install sponge package on Mac
Package Information:
Application Name – sponge
What is sponge – Not Available for sponge
Use of sponge – Soak up standard input and write to a file
URL – https://joeyh.name/code/moreutils/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install sponge using brew
brew install sponge
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
sponge is ready to use now!