[Mac] Steps to install ionice command

Tadashi Shigeoka ·  Fri, March 4, 2016

I’ll introduce the steps to install the ionice command so you can use it on Mac.

curl -O https://raw.github.com/elmarb/ionice/master/ionice.c
gcc ionice.c -o ionice
sudo install -o root -g wheel ionice  /usr/local/bin/

Using the ionice command, you can copy large numbers of files with low load.

Linux has many convenient commands and is quite deep.

Reference Information

That’s all from the Gemba.