Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created April 13, 2010 10:57
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 vu3rdd/364502 to your computer and use it in GitHub Desktop.
Save vu3rdd/364502 to your computer and use it in GitHub Desktop.
e ()
{
fname=`echo $1 | cut -d ':' -f1`
linenum=`echo $1 | cut -d ':' -f2`
emacs +$linenum $fname
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment