Skip to content

Instantly share code, notes, and snippets.

@Videl
Created July 24, 2014 09:01
Show Gist options
  • Save Videl/df750a3d5afb33259edb to your computer and use it in GitHub Desktop.
Save Videl/df750a3d5afb33259edb to your computer and use it in GitHub Desktop.
Clean temporary Latex files
#!/bin/sh
find . -regex ".*\(aux\|bbl\|blg\|log\|nav\|out\|snm\|fls\|synctex\.gz\|fdb_latexmk\|toc\)$" -exec rm -i {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment