Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save immanuelsun/0cc1fafbe47a7794f4e28cef7bc44eef to your computer and use it in GitHub Desktop.
Save immanuelsun/0cc1fafbe47a7794f4e28cef7bc44eef to your computer and use it in GitHub Desktop.
# strip out iBooks citation
sed -E -e 's/^[ ]?[0-9]* //g' | sed -E -e 's/“[ ]?[0-9]?[ ]?//g' | sed -E -e 's/”$//g' | sed -E -e 's/^(Excerpt From).*//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment