国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Linux > 正文

linux shell腳本學習錄制與回放終端會話

2019-10-26 18:37:46
字體:
來源:轉載
供稿:網友

代碼如下:
amosli@amosli-pc:~/learn$ script -t 2> timing.log -a output.session#開始錄制
Script started, file is output.session
amosli@amosli-pc:~/learn$ hello1
No command 'hello1' found, did you mean:
 Command 'hello' from package 'hello-debhelper' (main)
 Command 'hello' from package 'hello' (main)
hello1: command not found
amosli@amosli-pc:~/learn$ who
amosli   tty7         2013-12-19 22:58
amosli   pts/1        2013-12-19 22:59 (:0.0)
amosli   pts/2        2013-12-19 23:16 (:0.0)
amosli@amosli-pc:~/learn$ time

real    0m0.000s
user    0m0.000s
sys    0m0.000s
amosli@amosli-pc:~/learn$ date
2013年 12月 20日 星期五 01:06:41 CST
amosli@amosli-pc:~/learn$ exit
exit #結束錄制
Script done, file is output.session


播放錄制:

代碼如下:
amosli@amosli-pc:~/learn$ scriptreplay timing.log output.session #按播放命令序列輸出
amosli@amosli-pc:~/learn$ hello1
No command 'hello1' found, did you mean:
 Command 'hello' from package 'hello-debhelper' (main)
 Command 'hello' from package 'hello' (main)
hello1: command not found
amosli@amosli-pc:~/learn$ who
amosli   tty7         2013-12-19 22:58
amosli   pts/1        2013-12-19 22:59 (:0.0)
amosli   pts/2        2013-12-19 23:16 (:0.0)
amosli@amosli-pc:~/learn$ time

real    0m0.000s
user    0m0.000s
sys    0m0.000s
amosli@amosli-pc:~/learn$ date
2013年 12月 20日 星期五 01:06:41 CST
amosli@amosli-pc:~/learn$ exit
amosli@amosli-pc:~/learn$

進行多個用戶之間進行廣播視頻會話:打開兩個終端

(1)在終端1中輸入以下命令:
代碼如下:
mkfifo scriptfifo

(2)在終端2中輸入以下命令:
代碼如下:
cat scriptfifo

(3)返回終端1,輸入以下命令:
代碼如下:
script -f scriptfifo
commands...

這樣就實現了廣播,在線課堂類的作用,非常神奇!!

我自己實驗的輸出:

代碼如下:
終端1:
amosli@amosli-pc:~$ mkfifo scriptfifo
amosli@amosli-pc:~$ script -f scriptfifo
Script started, file is scriptfifo
amosli@amosli-pc:~$ who
amosli   tty7         2013-12-19 22:58
amosli   pts/1        2013-12-19 22:59 (:0.0)
amosli   pts/2        2013-12-20 01:14 (:0.0)
amosli   pts/4        2013-12-20 01:16 (:0.0)
amosli   pts/5        2013-12-20 01:20 (:0.0)

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 天峻县| 林甸县| 大化| 兴城市| 惠州市| 读书| 平武县| 铜鼓县| 贵阳市| 方正县| 嘉善县| 勃利县| 任丘市| 紫金县| 邵阳县| 云安县| 舒城县| 花莲市| 天峨县| 建宁县| 林芝县| 肇州县| 闽侯县| 玉林市| 车险| 新泰市| 广昌县| 孝昌县| 老河口市| 饶河县| 汾西县| 桃源县| 张家口市| 乐亭县| 海晏县| 诸暨市| 平武县| 璧山县| 独山县| 灵川县| 芜湖市|