2019-09-01-shell快捷键
查看shell的快捷键
categories: Linux
# stty -a
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?;
swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc ixany imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
其中,
intr
: 中断当前命令quit
: 中断命令, 给出core dumped
错误erase
: 退格. 注意^?
要输入[ctrl][shift][/]
kill
: 清除整行eof
: end of file, 关闭当前终端窗口start
: 重新启动该程序的outputstop
: 终止outputsusp
: 送出一个terminal stop
给当前运行的程序
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 tianyilt@qq.com
文章标题:2019-09-01-shell快捷键
本文作者:tianyilt
发布时间:2019-12-07, 23:40:55
最后更新:2019-12-10, 08:53:01
原始链接:http://yoursite.com/2019/12/07/Linux/2019-09-01-shell%E5%BF%AB%E6%8D%B7%E9%94%AE/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。