TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

7 pointsby nnsover 5 years ago

14 comments

DrScumpover 5 years ago
kill lets you send any signal to a process you have control over. Corresponding signal handlers allow a wide range of behavior changes.
评论 #21424500 未加载
simonblackover 5 years ago
ls, find, grep, tar, cpio<p>But in truth, it&#x27;s the bash scripting &#x27;glue&#x27; that holds everything together.
kleer001over 5 years ago
the semicolon &quot;;&quot; for chaining commands<p>ls -l<p>the &quot;alias&quot; command in a file for setting up quick-commands
antoineMoPaover 5 years ago
grep, find, tail -f (useful to look at log files as they update)<p>Extras: sort, uniq, sed, sftp, apropos, man
评论 #21413671 未加载
apotatopotover 5 years ago
top<p>jk, but also not.<p>w !sudo tee % in vim, even tho that&#x27;s not really directly a unix thing?
potta_coffeeover 5 years ago
history | grep &lt;command halfway remember using&gt;
0x445442over 5 years ago
dirs -v pushd popd
wbsunover 5 years ago
cd pwd ls
runjakeover 5 years ago
cut, awk, sed, comm, grep
jolmgover 5 years ago
git
sgillenover 5 years ago
emacs&amp;
jjjbokmaover 5 years ago
find, grep
hntddt1over 5 years ago
ls
chmielewskiover 5 years ago
time cat