HACKER Q&A
📣 nns

What are your top most useful Unix commands?


What are your top most useful Unix commands?


  👤 DrScump Accepted Answer ✓
kill lets you send any signal to a process you have control over. Corresponding signal handlers allow a wide range of behavior changes.

👤 simonblack
ls, find, grep, tar, cpio

But in truth, it's the bash scripting 'glue' that holds everything together.


👤 kleer001
the semicolon ";" for chaining commands

ls -l

the "alias" command in a file for setting up quick-commands


👤 antoineMoPa
grep, find, tail -f (useful to look at log files as they update)

Extras: sort, uniq, sed, sftp, apropos, man


👤 apotatopot
top

jk, but also not.

w !sudo tee % in vim, even tho that's not really directly a unix thing?


👤 potta_coffee
history | grep

👤 0x445442
dirs -v pushd popd

👤 wbsun
cd pwd ls

👤 runjake
cut, awk, sed, comm, grep

👤 jolmg
git

👤 sgillen
emacs&

👤 jjjbokma
find, grep

👤 chmielewski
time cat