add others

Cat to a file
This commit is contained in:
onceupon 2017-09-08 09:22:48 +08:00 committed by GitHub
parent 9bcae61269
commit a493c719a9

View File

@ -1415,6 +1415,15 @@ Standard output:
200+0 records out
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
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]