2016年6月1日 星期三

bash shell keyboard-shortcuts


本文參考網址:
  1. https://blog.longwin.com.tw/2006/09/bash_hot_key_2006/
  2. http://blog.codylab.com/bash-shell-shortcut/

  • Alt-F: 到此行的後一個字
  • Alt-B: 到此行的前一個字
  • Ctrl-A: 回到此行最前面
  • Ctrl-E: 到此行的最後面
  • Ctrl-U: 清除一行中游標之前的所有文字
  • Ctrl-K: 清除一行字游標之後的所有文字
  • Ctrl-Z: 將該工作放到背景中暫停, 使用jobs看工作號碼(job number), fg 取回

沒有留言:

張貼留言