mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 11:22:08 +03:00
Removed useless use of cat
This commit is contained in:
parent
87540fec49
commit
3250be5beb
@ -16,11 +16,11 @@
|
||||
|
||||
- Serve a file:
|
||||
|
||||
`cat somefile.txt | nc -l {{port}}`
|
||||
`nc -l {{port}} < {{somefile.txt}}`
|
||||
|
||||
- Receive a file:
|
||||
|
||||
`nc {{ip_address}} {{port}} > somefile.txt`
|
||||
`nc {{ip_address}} {{port}} > {{somefile.txt}}`
|
||||
|
||||
- Server stay up after client detach:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user