TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your top most useful Unix commands?

7 点作者 nns超过 5 年前

14 条评论

DrScump超过 5 年前
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&#x27;s the bash scripting &#x27;glue&#x27; that holds everything together.
kleer001超过 5 年前
the semicolon &quot;;&quot; for chaining commands<p>ls -l<p>the &quot;alias&quot; command in a file for setting up quick-commands
antoineMoPa超过 5 年前
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&#x27;s not really directly a unix thing?
potta_coffee超过 5 年前
history | grep &lt;command halfway remember using&gt;
0x445442超过 5 年前
dirs -v pushd popd
wbsun超过 5 年前
cd pwd ls
runjake超过 5 年前
cut, awk, sed, comm, grep
jolmg超过 5 年前
git
sgillen超过 5 年前
emacs&amp;
jjjbokma超过 5 年前
find, grep
hntddt1超过 5 年前
ls
chmielewski超过 5 年前
time cat