LoginSignup
3
3

More than 5 years have passed since last update.

1個前に実行したコマンドを文字列としてクリップボードにコピーするエイリアス

Posted at
alias prevcopy='history | tail -n 2 | head -n 1 | perl -pe "s/^ *\d+ *//g" | xclip -selection clipboard'

Ubuntu 12.0 で動作確認。.bash_aliases とかに書いておくと、あ、このコマンド VM 上でもまた叩きたい、てな時に便利。

3
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3