#!/bin/bash # all of Old Gus's editor notes, many of which are great and worth keeping, # are noted as "Editor's Notes". I will be my own editor in this, so this just # renames those appearances sed -E "s/\*\*Editor's Notes ---\*\*/**Old Gus's Notes ---**/" _tmp/ccsrd.md > _tmp/ccsrd.new.md