JavaShuo
栏目
标签
Linux命令学习-history命令
时间 2019-12-05
标签
linux
命令
学习
history
栏目
Linux
繁體版
原文
原文链接
Linux中,history命令的做用是显示历史记录和执行过的命令。
grep
查看历史全部命令执行记录
history
查看最近的13条历史执行命令
history 13
执行历史记录中,序号为123的命令
!123
重复执行上一个命令
!!
查看 cat 命令的历史执行记录
history | grep cat
清空全部历史命令的记录
history -c
相关文章
1.
linux命令学习-之history
2.
Linux命令 history
3.
linux--history命令
4.
linux命令history
5.
Linux history命令
6.
linux命令之history
7.
Linux的history命令
8.
linux中history命令
9.
linux的history命令
10.
linux的history 命令
更多相关文章...
•
Docker history 命令
-
Docker命令大全
•
Docker info 命令
-
Docker命令大全
•
Docker 清理命令
•
Tomcat学习笔记(史上最全tomcat学习笔记)
相关标签/搜索
linux命令学习
命令
Linux命令
Linux 命令
Linux命令行
Linux命令学习手册
Linux 高级命令
linux操做命令
部分Linux命令
命令模式
Linux
Docker命令大全
PHP教程
Thymeleaf 教程
命令
学习路线
初学者
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
css 让chrome支持小于12px的文字
2.
集合的一点小总结
3.
ejb
4.
Selenium WebDriver API
5.
人工智能基础,我的看法
6.
Non-local Neural及Self-attention
7.
Hbuilder 打开iOS真机调试操作
8.
improved open set domain adaptation with backpropagation 学习笔记
9.
Chrome插件 GitHub-Chart Commits3D直方图视图
10.
CISCO ASAv 9.15 - 体验思科上一代防火墙
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
linux命令学习-之history
2.
Linux命令 history
3.
linux--history命令
4.
linux命令history
5.
Linux history命令
6.
linux命令之history
7.
Linux的history命令
8.
linux中history命令
9.
linux的history命令
10.
linux的history 命令
>>更多相关文章<<