原文
| ||||||||||||||||||
| ||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43476793
一个Hacker News帖子讨论了一个改进shell历史搜索的工具。原帖收到一条评论,批评一些用户不熟悉`history`之类的基本shell命令,建议他们学习shell以提高效率。一个回复则认为shell本身应该提供更好的用户体验,特别指出了历史输出中命令ID(例如“5408”)的混乱性质,并赞扬了PowerShell和nushell改进的用户体验。该帖子围绕着用户需要学习基本的shell命令以及改进shell的用户界面以方便命令历史导航的需求展开。
| ||||||||||||||||||
| ||||||||||||||||||
![]() |
For anyone who's not familiar with something as basic as the history command, please pick up a book on bash/zsh/sh and take the time to learn.
If you don't know how to use the shell, you will struggle with (or simply be unable to perform) many basic tasks that could be accomplished quickly and easily by someone who's taken the time to learn how to use the shell and a handful of basic tools like grep, sed, awk, etc.
reply