From b52cdf9a76d628cd7037d87f057ca5853d35b565 Mon Sep 17 00:00:00 2001 From: Hymantin Date: Sat, 14 Jan 2017 21:21:27 +0800 Subject: [PATCH] Update 20170114 Set Date and Time for Each Command You Execute in Bash History.md --- ...Date and Time for Each Command You Execute in Bash History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20170114 Set Date and Time for Each Command You Execute in Bash History.md b/sources/tech/20170114 Set Date and Time for Each Command You Execute in Bash History.md index a461b43cf9..2852472d23 100644 --- a/sources/tech/20170114 Set Date and Time for Each Command You Execute in Bash History.md +++ b/sources/tech/20170114 Set Date and Time for Each Command You Execute in Bash History.md @@ -1,5 +1,6 @@ Translating by Hymantin Set Date and Time for Each Command You Execute in Bash History +设置 ============================================================ By default, all commands executed by Bash on the command line are stored in history buffer or recorded in a file called ~/.bash_history. This means that a system administrator can view a list of commands executed by users on the system or a user can view his/her command history using the [history command][1] like so.