From b780228b9a36f7850ce2c7159b87f4f88bfae5d5 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sun, 6 Oct 2019 12:36:34 +0800 Subject: [PATCH] PRF --- ...how to Record and Replay Linux Terminal Sessions Activity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20190701 Learn how to Record and Replay Linux Terminal Sessions Activity.md b/published/20190701 Learn how to Record and Replay Linux Terminal Sessions Activity.md index bdc545fded..060ba6926a 100644 --- a/published/20190701 Learn how to Record and Replay Linux Terminal Sessions Activity.md +++ b/published/20190701 Learn how to Record and Replay Linux Terminal Sessions Activity.md @@ -71,7 +71,7 @@ Script done, file is typescript ![options-script-command][1] -让我们开始通过执行 `script` 命令来记录 Linux 终端会话,然后执行诸如 `w`,`route -n`,`df -h` 和 `free- h`,示例如下所示: +让我们开始通过执行 `script` 命令来记录 Linux 终端会话,然后执行诸如 `w`,`route -n`,`df -h` 和 `free -h`,示例如下所示: ![script-examples-linux-server][3]