From 96329042c448e5ef13c48bb003e9c1fdceb81b39 Mon Sep 17 00:00:00 2001 From: 10195501441 <10195501441@stu.ecnu.edu.cn> Date: Fri, 19 Mar 2021 13:12:25 +0800 Subject: [PATCH] amend README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 75b00da..fc39086 100644 --- a/README.md +++ b/README.md @@ -42,38 +42,38 @@ Run yeeshell. ​ (2) `ls -a -l` -ls +ls ​ (3) `ls -a -l > result.txt` -redirect_out +redirect_out ​ (4) `vi result.txt` -vi +vi ​ (5) `grep a < result.txt` -redirect_in +redirect_in ​ (6) `ls -a -l | grep a ` -pipe +pipe -​ (7) `vi result.txt` +​ (7) `vi result.txt &` ​ This command can not be executed in the **MINIX3** environment. It prints the following error information. -vi_bg +vi_bg ​ (8) `mytop ` -mytop +mytop ​ (9) `history n` -history +history ​ (10) `exit` -​ exit \ No newline at end of file +​ exit \ No newline at end of file