Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 95 Bytes

cli.md

File metadata and controls

9 lines (5 loc) · 95 Bytes

CLI

Check open ports

lsof -i :80

Pipe result to clipboard

cat test.txt | pbcopy