TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: What are your top most useful Unix commands?
7 点
作者
nns
超过 5 年前
14 条评论
DrScump
超过 5 年前
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
超过 5 年前
ls, find, grep, tar, cpio<p>But in truth, it's the bash scripting 'glue' that holds everything together.
kleer001
超过 5 年前
the semicolon ";" for chaining commands<p>ls -l<p>the "alias" command in a file for setting up quick-commands
antoineMoPa
超过 5 年前
Collapse
grep, find, tail -f (useful to look at log files as they update)<p>Extras: sort, uniq, sed, sftp, apropos, man
评论 #21413671 未加载
apotatopot
超过 5 年前
top<p>jk, but also not.<p>w !sudo tee % in vim, even tho that's not really directly a unix thing?
potta_coffee
超过 5 年前
history | grep <command halfway remember using>
0x445442
超过 5 年前
dirs -v pushd popd
wbsun
超过 5 年前
cd pwd ls
runjake
超过 5 年前
cut, awk, sed, comm, grep
jolmg
超过 5 年前
git
sgillen
超过 5 年前
emacs&
jjjbokma
超过 5 年前
find, grep
hntddt1
超过 5 年前
ls
chmielewski
超过 5 年前
time cat