美文网首页
linux命令行记不住怎么办?

linux命令行记不住怎么办?

作者: HuaRongSAO | 来源:发表于2017-11-29 09:51 被阅读0次

tldr 帮你忙

仓库地址: https://github.com/tldr-pages/tldr

一个简化的命令行提示工具的,也就是man的精简化,明确命令功能介绍集合。
多种环境node,python,c++,Php等client客户端,linux,window.

What is tldr?

带你体验一个全新的命令行世界!或许你不能永远记住lsof和tar的参数?
通常你会选择 man lsof来查看参数,但是这样的描述,你能接受?

-b blocksize
   Specify the block size, in 512-byte records, for tape drive I/O.
   As a rule, this argument is only needed when reading from or writing to tape drives,
   and usually not even then as the default block size of 20 records (10240 bytes) is very common.

又长又臭!

你可以尝试: tldr tar

screenshot.png

干净简洁明了!!!
支持所有命令行,如果在本地找不到,就会到线上仓库下载,相对应的代码提示.

image.png

安装

https://github.com/tldr-pages/tldr

相关文章

  • linux命令行记不住怎么办?

    tldr 帮你忙 仓库地址: https://github.com/tldr-pages/tldr 一个简化的命令...

  • 比 man 更强悍的命令行工具 cheat

    经常使用命令行,比如 curl 测试接口响应时间 奈何命令行参数太多,记不住怎么办?这时候你需要个男人,它就是 m...

  • [书籍]Linux命令行大全

    《Linux命令行大全》 《Linux命令行大全》《Linux命令行大全》 封底 内容提要 本书主要介绍Linux...

  • Linux系统下git参考手册的安装

    在linux下使用git命令行的时候很多细节的参数总是记不住,缺省的帮助信息很少,需要查看额外的手册,然而默认不安...

  • Linux的常用命令

    本文内容来自Linux的常用命令就是记不住,怎么办?于是推出了这套教程[https://www.toutiao.c...

  • 命令行提示工具 navi

    Linux命令太多记不住,用的时候help或者靠搜索引擎?今天介绍一个命令行神器提示navi,可以自己写提示文档并...

  • linux常用命令行

    linux系统的使用离不开linux命令行,先对常用的linux命令行做个总结记录。目前,个人比较常用的命令行有如...

  • 浅谈linux下的命令行

    何为命令行 一般说的“命令行”是指linux命令,linux命令是对Linux系统进行管理的命令。 其实命令行就是...

  • Hello Linux

    目录 一,Linux笔记 二,英语词汇 一,Linux笔记 Linux命令行/MacOS终端命令行 Java的世界...

  • Linux命令行使用教程

    Linux基本单词 Linux缩写 Linux目录 Linux操作 Linux技巧 Linux自学命令行办法

网友评论

      本文标题:linux命令行记不住怎么办?

      本文链接:https://www.haomeiwen.com/subject/autubxtx.html