-
-
Save karstengresch/0d4f8907af2366a3f881 to your computer and use it in GitHub Desktop.
German version, tested
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/^(Auszug aus).*//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hm, unfortunately there's some strange whitespace left, need 2 check.