Skip to content

Instantly share code, notes, and snippets.

@jitpaul
Created February 9, 2019 06:39
Show Gist options
  • Select an option

  • Save jitpaul/8a36bd0374981c03462058d5a2c09d29 to your computer and use it in GitHub Desktop.

Select an option

Save jitpaul/8a36bd0374981c03462058d5a2c09d29 to your computer and use it in GitHub Desktop.
Copy
netstat -cant | awk '$4~/1902/ { print $5 ; fflush(stdout) }' >> a.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment