Hacker News new | ask | show | jobs
by kirk781 3142 days ago
Even 'netstat | head -n20' is out of place for introductory Linux.
2 comments

Also curious was the inclusion of pushd/popd without explaining what a 'stack' is
Not sure bout netstat, but I pipe text to | head and use the -n flag to specify # of lines all the time.