earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

fix line counting in all scripts #94

Open earthbound19 opened 4 years ago

earthbound19 commented 4 years ago

Update all scripts that count lines to the following more elegant:

numColors=`awk 'END{print NR}' inputFile.txt

The scripts may have used something like this: wc RAHfavoriteColorsHex.hexplt -l

-- and then sed processing