Guide to install aardvark_shell_utils
aardvark_shell_utils Package Installation on MacAbout aardvark_shell_utils : The Aardvark Shell Utils is a collection of 3 (currently) utilities designed to aid the user when working with shell scripts, or from the shell command line. All three accept their input on the command line, or from standard input, and thus they can be piped (|) with other commands. All commands come with their own man page.
More Information: http://www.laffeycomputer.com/shellutils.html
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run below command to install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install aardvark_shell_utils
brew install aardvark_shell_utils
0 comments:
Post a Comment