Y
Hacker News
new
|
ask
|
show
|
jobs
by
kirk781
3142 days ago
Even 'netstat | head -n20' is out of place for introductory Linux.
2 comments
mediocrejoker
3142 days ago
Also curious was the inclusion of pushd/popd without explaining what a 'stack' is
link
throwaway7645
3142 days ago
Not sure bout netstat, but I pipe text to | head and use the -n flag to specify # of lines all the time.
link