首页 > 系统服务 > 详细

shell 快捷键

时间:2015-07-20 21:20:05      阅读:195      评论:0      收藏:0      [点我收藏+]

  Ctrl + a - Jump to the start of the line
  Ctrl + b - Move back a char
  Ctrl + c - Terminate the command  //用的最多了吧?
  Ctrl + d - Delete from under the cursor
  Ctrl + e - Jump to the end of the line
  Ctrl + f - Move forward a char
  Ctrl + k - Delete to EOL
  Ctrl + l - Clear the screen  //清屏,类似 clear 命令
  Ctrl + r - Search the history backwards  //查找历史命令
  Ctrl + R - Search the history backwards with multi occurrence
  Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用
  Ctrl + xx - Move between EOL and current cursor position
  Ctrl + x @ - Show possible hostname completions  
  Ctrl + z - Suspend/ Stop the command补充:
  Ctrl + h - 删除当前字符Ctrl + w - 删除最后输入的单词

shell 快捷键

原文:http://www.cnblogs.com/air-of-code/p/4662558.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!