1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

termshark: add page (#16826)

This commit is contained in:
Managor 2025-06-13 07:09:29 +03:00 committed by GitHub
parent 7743855c9b
commit 46115d72c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/termshark.md Normal file
View file

@ -0,0 +1,12 @@
# termshark
> Terminal UI for `tshark`, but looks more like `wireshark`.
> More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>.
- Monitor the default network interface:
`sudo termshark`
- Specify the interface to monitor:
`sudo termshark {{interface}}`