mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
nc: remove redundant examples
This commit is contained in:
parent
653dbf065b
commit
06b697b9f7
1 changed files with 2 additions and 10 deletions
|
@ -15,19 +15,11 @@
|
|||
|
||||
`nc -w {{timeout_in_seconds}} {{ipaddress}} {{port}}`
|
||||
|
||||
- Serve a file:
|
||||
|
||||
`nc -l {{port}} < {{file}}`
|
||||
|
||||
- Receive a file:
|
||||
|
||||
`nc {{ip_address}} {{port}} > {{file}}`
|
||||
|
||||
- Server stay up after client detach:
|
||||
- Keep the server up after the client detaches:
|
||||
|
||||
`nc -k -l {{port}}`
|
||||
|
||||
- Client stay up after EOF:
|
||||
- Keep the client up even after EOF:
|
||||
|
||||
`nc -q {{timeout}} {{ip_address}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue