TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: What are your top most useful Unix commands?
7 points
by
nns
over 5 years ago
14 comments
DrScump
over 5 years ago
Collapse
kill lets you send any signal to a process you have control over. Corresponding signal handlers allow a wide range of behavior changes.
评论 #21424500 未加载
simonblack
over 5 years ago
ls, find, grep, tar, cpio<p>But in truth, it's the bash scripting 'glue' that holds everything together.
kleer001
over 5 years ago
the semicolon ";" for chaining commands<p>ls -l<p>the "alias" command in a file for setting up quick-commands
antoineMoPa
over 5 years ago
Collapse
grep, find, tail -f (useful to look at log files as they update)<p>Extras: sort, uniq, sed, sftp, apropos, man
评论 #21413671 未加载
apotatopot
over 5 years ago
top<p>jk, but also not.<p>w !sudo tee % in vim, even tho that's not really directly a unix thing?
potta_coffee
over 5 years ago
history | grep <command halfway remember using>
0x445442
over 5 years ago
dirs -v pushd popd
wbsun
over 5 years ago
cd pwd ls
runjake
over 5 years ago
cut, awk, sed, comm, grep
jolmg
over 5 years ago
git
sgillen
over 5 years ago
emacs&
jjjbokma
over 5 years ago
find, grep
hntddt1
over 5 years ago
ls
chmielewski
over 5 years ago
time cat