mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
update comment
This commit is contained in:
parent
51d112b5ce
commit
671c0eb16f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user