2.6. History

简介:
$ !$

		
$ history
   18  cd workspace/Document
   19  ls
   20  ls

$ !20
ls
Docbook  makedoc  Tex
		



原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
8月前
|
Web App开发 安全 Go
|
8月前
|
缓存 Go
history.go()和history.back(),history.go()不刷新
history.go()和history.back(),history.go()不刷新
|
8月前
|
Web App开发 安全 JavaScript
hash与history
hash与history
|
JavaScript 前端开发
History、Location
History 对象是 JavaScript 对历史记录进行封装的对象。History 对象的获取使用 window.history获取,其中window. 可以省略History 对象的函数。
56 0
History、Location
|
缓存 移动开发 API
|
存储 Linux 应用服务中间件
history的操作你知道几个
history的操作你知道几个
115 0
history的操作你知道几个
|
移动开发 JavaScript 前端开发
History对象
History对象
115 0
|
Shell
History displays the time information
For those of you who use terminals a lot, one of the most common commands is probably history, which allows you to view the history of terminal commands executed
95 0
|
Shell
history命令解析_学习笔记
时间:2017.11.13 作者:李强 参考:man,info,magedu讲义 声明:以下英文纯属个人翻译,英文B级,欢迎纠正,盗版不纠,才能有限,希望不误人子弟为好。 1、使用目的与场景     实现快速操作命令的一种方式 2、官方说明     Display or manipulate the history list. 3、写在前面     首先这里有两个概念history list和history file。
904 0