Skip to content

Instantly share code, notes, and snippets.

@psftw
Created July 26, 2013 16:45
Show Gist options
  • Save psftw/6090377 to your computer and use it in GitHub Desktop.
Save psftw/6090377 to your computer and use it in GitHub Desktop.
hmmm... what were those commonly used sed commands?
$ grep -h "sed" jobs/*/config.xml | sed s/\&apos\;/\'/ | sed s/\&quot\;/\"/ | sort | uniq | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment