commit 32490f087fce93beadae3c59b10c1b8200734106
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sun Jan 3 23:09:09 2016 -0500
replaced spaces with underscores
commit 51c680741e497aa891848e2008f55e5c316c18f0
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sat Jan 2 22:23:37 2016 -0500
head args are supposed to be in bytes, rather thank KB
commit 52e1aefe5bdcf05084222ec2c184bdd5ff96cc8e
Author: Parth Mehrotra <parth.mehrotra.cs@gmail.com>
Date: Sat Jan 2 13:31:56 2016 -0500
head args aren't in bytes
Hey there,
I took the liberty to add the command `pacman -Qe` for listing all and only the explicitly installed packages (`-e` option), still showing versions. Useful when you want a concise list of the packages you have without all the dependencies.
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.