mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-07-16 09:43:14 +02:00
update comment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user