記錄輸出結果工具-script
今天轉到eygle的網站上,學到一個好用的工具script,可以將接下來所做的操作都記錄到一個叫typescript的檔案裡。
[root@xh root]# script
Script started, file is typescript
[root@xh root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 39G 5.6G 32G 16% /
/dev/sda1 99M 9.2M 85M 10% /boot
none 291M 0 291M 0% /dev/shm
[root@xh root]# ls
1.dbf anaconda-ks.cfg install.log log monitor.sh time.sh
1.sh dd.sh install.log.syslog log.txt Shareplex_Chk.sql typescript
[root@xh root]# su - oracle
[oracle@xh oracle]$ sqlplus '/as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 26 17:10:25 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 88082676 bytes
Database Buffers 75497472 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL> select status from v$instance;
STATUS
------------
OPEN
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@xh oracle]$ exit
logout
[root@xh root]# ls
1.dbf anaconda-ks.cfg install.log log monitor.sh time.sh
1.sh dd.sh install.log.syslog log.txt Shareplex_Chk.sql typescript
[root@xh root]# cat typescript
[root@xh root]# exit
exit
Script done, file is typescript
[root@xh root]# cat
爆好用~~~~
[@more@][root@xh root]# more typescript
Script started on Thu 26 Jun 2008 05:09:50 PM CST
[root@xh root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 39G 5.6G 32G 16% /
/dev/sda1 99M 9.2M 85M 10% /boot
none 291M 0 291M 0% /dev/shm
[root@xh root]# ls
1.dbf anaconda-ks.cfg install.log log monitor.sh
time.sh
1.sh dd.sh install.log.syslog log.txt Shareplex_Chk.sql
typescript
[root@xh root]# su - oracle
[oracle@xh oracle]$ sqlplus '/as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 26 17:10:25 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 88082676 bytes
Database Buffers 75497472 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL> select status from v$instance;
STATUS
------------
OPEN
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@xh oracle]$ exit
logout
--More--(75%)
[root@xh root]# ls
1.dbf anaconda-ks.cfg install.log log monitor.sh
1;32mtime.sh84%)
1.sh dd.sh install.log.syslog log.txt Shareplex_Chk.sql
mtypescript(92%)
[root@xh root]# cat typescript
[root@xh root]# exit
exit
Script done on Thu 26 Jun 2008 05:11:40 PM CST
[root@xh root]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9533994/viewspace-1006163/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- show engine innodb status 輸出結果解讀
- version-script 控制 so的符號輸出符號
- mysql ,tidb sysbench 測試結果記錄MySqlTiDB
- filebeat輸出結果到elasticsearch的多個索引Elasticsearch索引
- Go 多協程記錄執行結果Go
- Hexagon DSP系列記錄(五)——DSP LOG輸出Go
- python 實現計算器功能 輸入字串,輸出相應結果Python字串
- linux-把終端輸出記錄到文字Linux
- 簡單的mysql儲存過程,輸出結果集MySql儲存過程
- 工具記錄
- Linux下使用script命令記錄終端操作顯示Linux
- 記錄一個 Nginx-FastCGI-"Primary script unknown" 錯誤NginxAST
- 慢動作輸出 Linux 命令結果並用彩色顯示Linux
- VNPY 批量策略回測和統計結果的excel輸出Excel
- python中如何判斷all函式輸出結果為true?Python函式
- SourceGenerator 生成db to class程式碼最佳化結果記錄
- SourceGenerator 生成db to class程式碼最佳化結果記錄 二
- 專案整合管理主要輸入、工具、輸出
- Transpile Webpack Plugin:讓 Webpack 按照原始檔的目錄結構輸出WebPlugin
- 如何輸出結構體結構體
- 操作日誌記錄(包括輸出至自定義日誌檔案)
- JAVA筆記(12)——輸入和輸出Java筆記
- C#呼叫Windows CMD命令並,返回輸出結果或錯誤資訊C#Windows
- ISNULL 兩種寫法,得到兩種結果,返回空記錄與nullNull
- Java基礎知識(牛客刷題)記錄..(持續輸出中)Java
- 常用工具記錄
- 京東雲環境搭建oracle rac詳細部署梳理(可信的結果輸出)Oracle
- 讀取popen輸出結果時未截斷字串導致的命令列注入字串命令列
- 平時除錯用console.log的輸出結果可信嗎?為什麼?除錯
- 神秘結論記錄
- 格式化輸出變數工具變數
- 程式碼目錄結構記錄
- MySQL查詢結果匯出方式總結MySql
- org.apache.ibatis.exceptions.PersistenceException:記錄mybatis 查詢結果對映異常ApacheExceptionMyBatis
- 利用VNPY回測引擎分析實盤交易,並用excel和pdf輸出分析結果Excel
- 《golang筆記》第三篇-輸入輸出Golang筆記
- Excel自動化操作-office script,自動複製sheetA結果到另一個sheetBExcel
- 接收使用者輸入的3個整數,並將它們的最大值作為結果輸出
- Linux終端回話記錄和回放工具 - asciinema使用總結LinuxASCII