linux环境下的两个小命令

linux环境下的两个小命令
linux环境下截取某个IP某个端口发的包
tcpdump -w 002.txt  -s0 host 192.168.10.1and port 2222

查看目录下有多少个文件
find   ./   -type   f   |   wc   -l

你可能感兴趣的:(linux环境下的两个小命令)