Skip to content

Instantly share code, notes, and snippets.

@Layzie
Forked from yamashiro/gist:4646800
Created January 30, 2013 13:45
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 Layzie/4673414 to your computer and use it in GitHub Desktop.
Save Layzie/4673414 to your computer and use it in GitHub Desktop.
history | tail -n 1 -q | awk '$1=""; {print}' | pbcopy
fc -ln -1 | tr -d '\n' | pbcopy
history -1 | awk '$1=""; {print}' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment