Skip to content

Instantly share code, notes, and snippets.

@bougui505
Last active August 29, 2015 13:56
Show Gist options
  • Save bougui505/9191276 to your computer and use it in GitHub Desktop.
Save bougui505/9191276 to your computer and use it in GitHub Desktop.
Finding input file names in tex file
egrep 'input{.*}' file.tex | grep -o '{.*}' | sed 's/{\|}//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment