Skip to content

Instantly share code, notes, and snippets.

@bartlomiejdanek
Created October 25, 2011 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartlomiejdanek/1313760 to your computer and use it in GitHub Desktop.
Save bartlomiejdanek/1313760 to your computer and use it in GitHub Desktop.
console cheatsheet
# convert all eps from current directory to png
$ ls | grep eps | awk '{print "convert "$1" "$1""}' | sed s/eps/png/2 | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment