Edit file File name : colors-example.sh Content :#!/bin/sh while read line ; do echo 2,4,red,yellow,bold echo 6,7,green,white echo done Save