From 671c0eb16f2219a147d84814a885cd4831408531 Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Sat, 11 Mar 2023 17:16:29 +0000 Subject: [PATCH] update comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 744c980..bd521bf 100644 --- a/README.md +++ b/README.md @@ -2866,6 +2866,7 @@ cat >myfile let me add sth here # exit with ctrl+d +# or using tee tee myfile let me add sth else here # exit with ctrl+d @@ -2877,6 +2878,7 @@ cat >>myfile let me add sth here # exit with ctrl+d +# or using tee tee -a myfile let me add sth else here # exit with ctrl+d