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