Linux学习笔记(二)

Linux学习笔记(二)

#快捷键学习
Ctrl+a:光标移动到命令行开头
Ctrl+e:光标移动到命令行结尾
Ctrl+u:从光标处开始逆向删除前面的内容
Ctrl+k:从光标处开始顺向删除后面的内容
Ctrl+l :清屏
Ctrl+r :查找历史命令
例如:
[cd@localhost ~]$ su
密码:
[root@localhost cd]# ls
[root@localhost cd]# cd
[root@localhost ~]# ls -a
. anaconda-ks.cfg .bash_logout .bashrc .config .dbus .tcshrc
… .bash_history .bash_profile .cache .cshrc initial-setup-ks.cfg
[root@localhost ~]# cd
[root@localhost ~]#

上面这段代码总共用了以下命令:
su、ls、cd、ls -a、cd
接下来Ctrl+r 会变成这样:
(reverse-i-search)`’:

打l:
(reverse-i-search)`l’: ls -a
会发现,直接会出现已经使用过的命令

如果想要看到所有使用过的命令,打history:
[root@localhost ~]# history
1 useradd chen
2 passwd chen
3 chen
4 su chen
5 shoami
6 whoami
7 su bosscd
8 su bosscd
9 ls
10 cd
11 ls -a
12 cd
13 history
[root@localhost ~]#
这样就能显示所有已使用的命令,然后输入!数字(!和数字之间没有空格)就能快速输入命令,例如:
[root@localhost ~]# !11
ls -a
. anaconda-ks.cfg .bash_logout .bashrc .config .dbus .tcshrc
… .bash_history .bash_profile .cache .cshrc initial-setup-ks.cfg
[root@localhost ~]#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值