Skip to content

Instantly share code, notes, and snippets.

@flyingoverclouds
Last active December 9, 2021 18:07
Show Gist options
  • Save flyingoverclouds/155829c2b66fac5dc957b11ed35849e2 to your computer and use it in GitHub Desktop.
Save flyingoverclouds/155829c2b66fac5dc957b11ed35849e2 to your computer and use it in GitHub Desktop.

Network

Identify network listener process

netstat -tlp

Text and files manipulations

Removing \r from a windows text file

tr -d '\r' < myfile.txt > myfile-nocr.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment