Radio Azureus on Nostr: Someone shared these handy functions with us a couple of years back function third(){ ...
Someone shared these handy functions with us a couple of years back
function third(){ awk '{if (NR%3==0){print "\033[32m" $0 "\033[0m"} else{print}}'; }
every third line looks nice
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
function third(){ awk '{if (NR%3==0){print "\033[32m" $0 "\033[0m"} else{print}}'; }
every third line looks nice
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming