Created
September 16, 2015 12:41
-
-
Save joka90/f430b148ee74ca53224a to your computer and use it in GitHub Desktop.
Funny bash snippets
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
#find no space befor ( for references in LaTex and add one | |
# Group () to \1 and \2 | |
# ( { \ are terminated by \( \{ \\ etc. | |
find ./rtthesisex/ -name "*.tex" -type f -exec sed -i -E 's/([A-Za-z])(\([A-Za-z]* \\ref\{[A-Za-z1-9:]*\}\))/\1 \2/' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment