Chinaunix首页 | 论坛 | 博客
  • 博客访问: 319801
  • 博文数量: 111
  • 博客积分: 1463
  • 博客等级: 上尉
  • 技术积分: 1005
  • 用 户 组: 普通用户
  • 注册时间: 2004-11-02 11:40
文章分类

全部博文(111)

文章存档

2011年(2)

2010年(8)

2009年(52)

2008年(5)

2007年(5)

2006年(21)

2005年(17)

2004年(1)

我的朋友

分类: LINUX

2008-03-09 13:37:50

Bash 操作快捷键:

ctrl-l -- clear screen

ctrl-r -- does a search in the previously given commands so that you don't

have to repeat long command.

ctrl-u -- clears the typing before the hotkey.

ctrl-a -- takes you to the begining of the command you are currently typing.

ctrl-e -- takes you to the end of the command you are currently typing in.

esc-b -- takes you back by one word while typing a command.

ctrl-c -- kills the current command or process.

ctrl-d -- kills the shell.

ctrl-h -- deletes one letter at a time from the command you are typing in.

ctrl-z -- puts the currently running process in background, the process

can be brought back to run state by using fg command.

esc-p -- like ctrl-r lets you search through the previously given commands.

esc-. -- gives the last command you typed.
阅读(823) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~