<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]Linux命令行学习神器 TLDR]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sun, 28 Aug 2022 15:15:10 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	tldr，tldr全称Too long, Don’t read，翻译成中文就是[太长不读]。tldr根据二八原则将命令的常用场景给出示例，让人一看就懂。<br/><textarea name="code" class="php" rows="15" cols="100">
yum install npm -y
npm install -g tldr
pip3 install tldr

</textarea><br/><br/>tldr tar<br/><br/>From:<a href="https://www.cnblogs.com/xingxia/p/npm_tldr.html" target="_blank">https://www.cnblogs.com/xingxia/p/npm_tldr.html</a><br/>More:<a href="https://www.hi-linux.com/posts/16098.html" target="_blank">https://www.hi-linux.com/posts/16098.html</a><br/><br/>mac安装并使用tldr:<br/><a href="https://blog.csdn.net/weixin_49268249/article/details/120403250" target="_blank">https://blog.csdn.net/weixin_49268249/article/details/120403250</a><br/><br/>tldr ln<br/><br/>ln<br/><br/>Creates links to files and directories.<br/>More information: &lt;https://www.gnu.org/software/coreutils/ln&gt;.<br/><br/>- Create a symbolic link to a file or directory:<br/>&nbsp;&nbsp;&nbsp;&nbsp;ln -s /path/to/file_or_directory path/to/symlink<br/><br/>- Overwrite an existing symbolic link to point to a different file:<br/>&nbsp;&nbsp;&nbsp;&nbsp;ln -sf /path/to/new_file path/to/symlink<br/><br/>- Create a hard link to a file:<br/>&nbsp;&nbsp;&nbsp;&nbsp;ln /path/to/file path/to/hardlink
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]Linux命令行学习神器 TLDR]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>