Skip to content

Instantly share code, notes, and snippets.

@shrop
Created July 1, 2015 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/df691892abb303f60f01 to your computer and use it in GitHub Desktop.
Save shrop/df691892abb303f60f01 to your computer and use it in GitHub Desktop.
$ find . -name '2016_apc_rvu.php' -print0 | xargs -0 perl -pi -e 's/<a href=\"surveys.php\" class=\"LeftNavLink\">SATRO\&reg\; Surveys</a><br>/<a href=\"surveys.php\" class=\"LeftNavLink\">SATRO\&reg\; Surveys</a><br>\n<a href=\"2016_apc_rvu.php\" class=\"LeftNavLink\">2016 APCs and RVUs</a><br>/g'
$ Can't find string terminator '"' anywhere before EOF at -e line 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment