シェルで使える色一覧を確認するスクリプト - Qiita

シェルで使用できる色の一覧を表示するスクリプト。LS_COLORとかの参考用。#!/bin/bash# reference: man console_codesfor i in `seq 30…