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`
-
+
(3) `ls -a -l > result.txt`
-
+
(4) `vi result.txt`
-
+
(5) `grep a < result.txt`
-
+
(6) `ls -a -l | grep a `
-
+
- (7) `vi result.txt`
+ (7) `vi result.txt &`
This command can not be executed in the **MINIX3** environment. It prints the following error information.
-
+
(8) `mytop `
-
+
(9) `history n`
-
+
(10) `exit`
-
\ No newline at end of file
+
\ No newline at end of file