tldr,tldr全称Too long, Don’t read,翻译成中文就是[太长不读]。tldr根据二八原则将命令的常用场景给出示例,让人一看就懂。
tldr tar
From:https://www.cnblogs.com/xingxia/p/npm_tldr.html
More:https://www.hi-linux.com/posts/16098.html
mac安装并使用tldr:
https://blog.csdn.net/weixin_49268249/article/details/120403250
tldr ln
ln
Creates links to files and directories.
More information: <https://www.gnu.org/software/coreutils/ln>.
- Create a symbolic link to a file or directory:
ln -s /path/to/file_or_directory path/to/symlink
- Overwrite an existing symbolic link to point to a different file:
ln -sf /path/to/new_file path/to/symlink
- Create a hard link to a file:
ln /path/to/file path/to/hardlink
tldr tar
From:https://www.cnblogs.com/xingxia/p/npm_tldr.html
More:https://www.hi-linux.com/posts/16098.html
mac安装并使用tldr:
https://blog.csdn.net/weixin_49268249/article/details/120403250
tldr ln
ln
Creates links to files and directories.
More information: <https://www.gnu.org/software/coreutils/ln>.
- Create a symbolic link to a file or directory:
ln -s /path/to/file_or_directory path/to/symlink
- Overwrite an existing symbolic link to point to a different file:
ln -sf /path/to/new_file path/to/symlink
- Create a hard link to a file:
ln /path/to/file path/to/hardlink
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:http://jackxiang.com/post/11495/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2022-8-28 23:19
评论列表