Last active
December 11, 2015 19:09
-
-
Save yamashiro/4646800 to your computer and use it in GitHub Desktop.
直前のコマンドをクリップボードにコピーするワンライナー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history | tail -n 1 -q | awk '$1=""; {print}' | pbcopy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc -ln -1 | tr -d '\n' | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment