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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the Linux Tools/Scripts you don't want to live without anymore?

3 点作者 wegi将近 11 年前
Everybody has some piece of software/code on his *nix system that is either cool/ a quality of life improvement/ or just really usefull. I'd like to see some of your favorites.

4 条评论

oweiler将近 11 年前
`up`, a small Bash function I once wrote. It allows you to walk up the directory tree by passing it a path or the number of levels you would like to walk up.<p>Has served me well in Java in projects with deep directory trees (due to deep package hierarchies).<p><a href="https://github.com/helpermethod/up" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;helpermethod&#x2F;up</a>
ricardobeat将近 11 年前
Picked up very recently: <a href="https://github.com/peco/peco" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;peco&#x2F;peco</a><p>Git alias for keeping branches up-to-date: <a href="https://gist.github.com/ricardobeat/9600953" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;ricardobeat&#x2F;9600953</a>
ctb_mg将近 11 年前
Although not specifically Linux:<p>screen, ack, ssh-agent, git.
th1agofm将近 11 年前
i have an alias for pwd | pbcopy which basically copies my current directory into clipboard.