No post body was provided.
Ask HN: What are your top most useful Unix commands?
1–10 of 18 posts
Re: Ask HN: What are your top most useful Unix commands?
#2time cat
Re: Ask HN: What are your top most useful Unix commands?
#3top
jk, but also not.
w !sudo tee % in vim, even tho that's not really directly a unix thing?
Re: Ask HN: What are your top most useful Unix commands?
#4ls
Re: Ask HN: What are your top most useful Unix commands?
#5dirs -v
pushd
popd
Re: Ask HN: What are your top most useful Unix commands?
#6cd
pwd
ls
Re: Ask HN: What are your top most useful Unix commands?
#7find, grep
Re: Ask HN: What are your top most useful Unix commands?
#8grep, find, tail -f (useful to look at log files as they update)
Extras: sort, uniq, sed, sftp, apropos, man
Re: Ask HN: What are your top most useful Unix commands?
#9history | grep
Re: Ask HN: What are your top most useful Unix commands?
#10grep, find, tail -f (useful to look at log files as they update) Extras: sort, uniq, sed, sftp, apropos, man
tail -F
This will also follow a log file if it rotates.