Added more options to allow greater flexibility.
Options Added:
TCP, UDP, Continuous and the ability to not resolve hosts.
Added netstat to OSX.
Removed white space.
Update netstat.md
Remove options for simplicity
Removed UDP and hostname resolving changes
UDP and hostname resolving changes aren't as common.
Remove options for simplicity
Reduced number of examples & removed grep.
Reduced down to 6 or less
Removed examples that required grep.
Extend options
Added more options to allow greater flexibility.
Options Added:
TCP, UDP, Continuous and the ability to not resolve hosts.
Added netstat to OSX.
Removed white space.
Update netstat.md
Remove options for simplicity
Removed UDP and hostname resolving changes
UDP and hostname resolving changes aren't as common.
Remove options for simplicity
Reduced number of examples & removed grep.
Reduced down to 6 or less
Removed examples that required grep.
Fixed -p option and removed last entry.
These 6 files had multiple examples all separated by a single newline.
While rendering it in markdown, the examples all come up in a single
line.
Adding another newline makes rendering better.
Also will help in easier copying (double click on the line to copy).
Fixes#310
Some files had no newlines, some had 1 newline and some more than 1 newline.
Normalize them all to have only 1 newline at the end of all files.