Ignore `n` lines of `sed` output

See here for the original answer.

One way to do this is to ignore the first two lines of the output in sed:

sed "1,2 ! s/[^[:blank:]]\{1,\}/$green&$off/3";

Tags

  1. bash (Private)
  2. sed (Private)
  3. stack-overflow (Private)
  4. answer (Private)