LoginSignup
1
1

More than 5 years have passed since last update.

Linux コマンド・ショートカット備忘録

Posted at

最近知ったものを備忘録用に追記していく。
参考

コマンド 説明
Ctr + w カーソル位置の左側の単語を削除
Ctr + e カーソルを行の終わりに
Ctr + p コマンド履歴1つ戻る(と同じ)
Ctr + n コマンド履歴1つ進む(と同じ)
!! 最後のコマンドをもう一度実行
!abc 最後のコマンドに abc を付与して実行
!abc:p 最後のコマンドに abc を付与して実行
1
1
0

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
1
1