其他
学习Linux只要学会这个命令就够了!
The following article is from 良许Linux Author 良许
点击关注公众号,一周多次包邮送书
来源:经授权转自 良许Linux(ID:liangxulinux)
作者:良许
man
类似的还有 help
、info
等等命令。但这些命令有个共同点,就是给你的信息超级超级长,看过去跟天书一样。对于英文不太好的童鞋,那更加要命。whereis
和 whatis
虽然不长,但给出的信息基本上没什么卵用。cheat
!netstat
是怎么用的,有哪些常用的参数,只需要简单输入以下命令就可以查询:netstat
命令现在已经用得不多了,建议用 ss
命令来代替。man
手册……cheat
命令有多么犀利之后,我们再来介绍一下如何安装使用这个命令。cheat -h
来查询:Usage:
cheat [options] [<cheatsheet>]
Update community cheatsheets via:
cheat.update
Options:
-a --all Search among all cheatpaths
-c --colorize Colorize output
-d --directories List cheatsheet directories
-e --edit=<cheatsheet> Edit <cheatsheet>
-l --list List cheatsheets
-p --path=<name> Return only sheets found on cheatpath <name>
-r --regex Treat search <phrase> as a regex
-s --search=<phrase> Search cheatsheets for <phrase>
-t --tag=<tag> Return only sheets matching <tag>
-T --tags List all tags in use
-v --version Print the version number
--rm=<cheatsheet> Remove (delete) <cheatsheet>
~/snap/cheat/
目录下。cheat
命令的基本用法都已经介绍差不多了。cheat
一下就行。cheat
或百度搜索它的用法,不是么?推荐阅读
• 求求你别再用 System.currentTimeMillis() 统计代码耗时了,真的太 Low 了!• Redis 官方可视化工具,功能真心强大!高颜值• React:不要动,否则你会被炒鱿鱼• 领导:谁再用 Redis 过期监听实现关闭订单,立马滚蛋!• 时隔半年,Linux性能重新超越Windows 11• 字节一面:HTTP 常见的状态码有哪些?• WPS被曝会删除用户本地文件?官方紧急回应...
👇更多内容请点击👇