mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 00:15:49 +02:00
Put dashes inside braces for ss command
This commit is contained in:
parent
1a27899c00
commit
02c9d55af4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
- Show all TCP/UDP/RAW/UNIX sockets:
|
||||
|
||||
`ss -a -{{t|u|w|x}}`
|
||||
`ss -a {{-t|-u|-w|-x}}`
|
||||
|
||||
- Filter TCP sockets by states, only/exclude:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue