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