Skip to content

Commit b3fb457

Browse files
authored
Update nc.md (#450)
1 parent 8deccc2 commit b3fb457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/nc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nc [-hlnruz][-g<网关...>][-G<指向器数目>][-i<延迟秒数>][-o<输出文
4949
**扫描UDP端口**
5050

5151
```shell
52-
[root@localhost ~]# nc -u -z -w2 192.168.0.1 1-1000 # 扫描192.168.0.3 的端口 范围是 1-1000
52+
[root@localhost ~]# nc -u -z -w2 192.168.0.3 1-1000 # 扫描192.168.0.3 的端口 范围是 1-1000
5353
```
5454

5555
**扫描指定端口**

0 commit comments

Comments
 (0)