Linuxでmanを少しカラフルで見やすくする

UbuntuやCentOSなどでmanを見る際、「most」をPagerにすることで少し見やすくすることができる。 まず、以下のコマンドでmostをインストールしておく。

sudo apt install most # Debian/Ubuntuの場合
sudo yum install ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/utilities/CentOS_6/x86_64/most-5.0.0a-3.1.x86_64.rpm # RHEL系の場合

次に、以下のコマンドを実行しデフォルトのPa...