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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's Your Favorite Command Line Tip/Trick?

2 点作者 RocknRolla将近 14 年前
Can be any CL Editor - bash, ksh, tcsh, zsh<p>For me it's Ctrl-T because I'm forever typing characters backwards. I use Bourne compatible shells so I'm not sure if that'd even work in tcsh???

1 comment

tinman将近 14 年前
While navigating source code, I often need to use either "cd dir; ls -la ." or "less filename". So I wrote a little script called see which checks whether its a folder or a file and does the appropriate command, easy but useful.