update comment

This commit is contained in:
Bonnie I-Man Ng 2023-03-11 17:16:29 +00:00
parent 51d112b5ce
commit 671c0eb16f

View File

@ -2866,6 +2866,7 @@ cat >myfile
let me add sth here let me add sth here
# exit with ctrl+d # exit with ctrl+d
# or using tee
tee myfile tee myfile
let me add sth else here let me add sth else here
# exit with ctrl+d # exit with ctrl+d
@ -2877,6 +2878,7 @@ cat >>myfile
let me add sth here let me add sth here
# exit with ctrl+d # exit with ctrl+d
# or using tee
tee -a myfile tee -a myfile
let me add sth else here let me add sth else here
# exit with ctrl+d # exit with ctrl+d