1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:18:10 +00:00
serenity/Base/usr/share/man/man1/nc.md
Tim Ledbetter a5b9fb28c2 Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist
makes things more consistent.
2023-04-01 11:49:57 +01:00

28 lines
613 B
Markdown

## Name
nc
## Synopsis
```sh
$ nc [--listen] [--verbose] [--udp] [-N] [--length ] <target> <port>
```
## Description
Network cat: Connect to network sockets as if it were a file.
## Options
* `-l`, `--listen`: Listen instead of connecting
* `-v`, `--verbose`: Log everything that's happening
* `-u`, `--udp`: UDP mode
* `-N`: Close connection after reading stdin to the end
* `-I`, `--length`: Set maximum tcp receive buffer size
## Arguments
* `target`: Address to listen on, or the address or hostname to connect to
* `port`: Port to connect to or listen on
<!-- Auto-generated through ArgsParser -->