1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00
nu_scripts/modules/network/sockets
2024-10-29 06:31:52 -05:00
..
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00
sockets.nu fix: network/sockets command (#978) 2024-10-29 06:31:52 -05:00

The sockets command returns a table containing information on network sockets and the processes they belong to. It is basically a join of the tables produced by the lsof command, and the nushell ps command.

image