mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add others
Cat to a file
This commit is contained in:
parent
9bcae61269
commit
a493c719a9
@ -1415,6 +1415,15 @@ Standard output:
|
|||||||
200+0 records out
|
200+0 records out
|
||||||
209715200 bytes (210 MB) copied, 0.0955679 s, 2.2 GB/s
|
209715200 bytes (210 MB) copied, 0.0955679 s, 2.2 GB/s
|
||||||
|
|
||||||
|
##### Cat to a file
|
||||||
|
```bash
|
||||||
|
cat >myfile
|
||||||
|
let me add sth here
|
||||||
|
exit by control + c
|
||||||
|
^C
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## System
|
## System
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||||
|
Loading…
Reference in New Issue
Block a user