linux社区爱心援助Linux认证系列教程业界动态站务新闻公司招聘建议留言网址大全LPI专题CISCO专题
设为首页
加入收藏
管理团队
JSP  
JAVA  
PERL  
 您的位置:首页 > article > Linux开发区 > SHELL >
栏目导栏
资料搜索
热门文章
·csh shell编程入门
·玩转Linux shell命令提示符
·Bourne Shell及shell编程
·Shell 编程实例集锦
·Linux下的shell编程入门
·Shell编程基础
·linux shell 编程基础
·Linux的Shell编程
·shell基础十二篇
·linux Shell编程入门 实例讲解
·Linux shell 脚本实例一
·Linux主要shell命令详解
·深入浅出Shell编程: Shell 变量
·shell命令(一)
·UNIX/LINUX SHELL 正则表达式语
最新文章
·Linux系统中加入自定义Shell为
·Shell学习:关于替换命令-tr-R
·Linux Shell学习:uniq命令使用
·uClinux操作系统下的shell功能
·Shell编程基础:单引号和双引号
·Linux操作系统下Shell语句元字
·Linux系统环境程序设计之路
·Linux Shell中PS命令中的%CPU的
·Linux Shell元字符知识笔记
·压缩命令-vi-认识SHELL-正规表
·Linux系统下Shell命令行快捷键
·谈Linux Shell下的输出重定向
·在Shell中执行vi/cp/mv时自动备
·shell数组介绍
·开启和关闭Shell特性的小技巧
Google
 
Linux系统下Shell命令行快捷键实用技巧
[ 作者:  加入时间:2008-02-04 10:14:37  来自:Linux联盟收集整理 ]
 

# Ctrl + A - Go to the beginning of the line you are currently typing on

# Ctrl + E - Go to the end of the line you are currently typing on

切到命令行开始|结尾

# Ctrl + L - Clears the Screen, similar to the clear command

清屏,类似于 clear 命令

# Ctrl + U - Clears the line before the cursor position. If you are at the end of the line, clears the entire line.

清除光标以前

# Ctrl + H - Same as backspace

退格键 backspace

# Ctrl + R - Let’s you search through previously used commands

从命令历史中找

# Ctrl + C - Kill whatever you are running

终止命令

# Ctrl + D - Exit the current shell

退出 shell

# Ctrl + Z - Puts whatever you are running into a suspended background process. fg restores it.

??

# Ctrl + W - Delete the word before the cursor

清除光标之前

# Ctrl + K - Clear the line after the cursor

清除光标之后

# Ctrl + T - Swap the last two characters before the cursor

# Esc + T - Swap the last two words before the cursor

切换光标前最后两个字母(单词)

# Alt + F - Move cursor forward one word on the current line

# Alt + B - Move cursor backward one word on the current line

??在 ubuntu x windows终端中会切换到菜单!tty 可能可以

# Tab - Auto-complete files and folder names

自动补全

# Ctrl + Y - to paste it (as in delete and copy) all text in front of the cursor

粘贴(刚才 ctrl+w 或者 ctrl+k 的内容)

# Esc + . (or Esc + Underscore) - Insert Last Argument

??

# Ctrl + b - Move back a character

# Ctrl + f - Move forward a character

向前|后移动一个字母

# Ctrl + r - Search the history backwards

??

# Ctrl + xx - Move between EOL and current cursor position

光标在当前位置和 EOL 之间切换(EOL end of line?但我实验,是在开头和当前位置之间切换,怎么理解?谁知道?)

# Ctrl + x @ - Show possible hostname completions

# Alt +

# Alt + > - Move to the last line in the history

# Alt + ? - Show current completion list

# Alt + * - Insert all possible completions

# Alt + / - Attempt to complete filename

# Alt + . - Yank last argument to previous command

# Alt + c - Capitalize the word

# Alt + d - Delete word

# Alt + l - Make word lowercase

# Alt + n - Search the history forwards non-incremental

# Alt + p - Search the history backwards non-incremental

# Alt + r - Recall command

# Alt + t - Move words around

# Alt + u - Make word uppercase

# Alt + back-space - Delete backward from cursor

# Here "2T" means Press TAB twice

# $ 2T - All available commands(common)

# $ (string) 2T - All available commands starting with (string)

# $ /2T - Entire directory structure including Hidden one

# $ 2T - Only Sub Dirs inside including Hidden one

# $ *2T - Only Sub Dirs inside without Hidden one

# $ ~2T - All Present Users on system from "/etc/passwd"

# $ $2T - All Sys variables

# $ @2T - Entries from "/etc/hosts"

# $ =2T - Output like ls or dir

Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·Linux系统下的df/hdparm命令介绍  (2008-02-04 10:08:13)
 ·linux操作系统下c语言编程入门(五)  (2008-02-01 11:14:12)
 ·linux操作系统下c语言编程入门(四)  (2008-02-01 11:11:11)
 ·linux操作系统下c语言编程入门(三)  (2008-02-01 11:07:29)
 ·linux操作系统下c语言编程入门(二)  (2008-02-01 10:58:01)
 ·linux操作系统下c语言编程入门(一)  (2008-02-01 10:57:22)
 ·制作运行在内存中的Linux系统  (2008-02-01 10:18:13)
 ·Fedora 8 Linux操作系统下配置JDK的方法  (2008-02-01 10:16:09)
 ·Fedora Linux下查看开机时间和进程情况  (2008-02-01 10:14:23)
 ·解决Ubuntu Linux下播放mkv加载字幕问题  (2008-02-01 10:12:51)