{"id":430,"date":"2024-11-23T18:10:22","date_gmt":"2024-11-23T10:10:22","guid":{"rendered":"http:\/\/192.168.5.24\/?p=430"},"modified":"2024-11-23T18:12:18","modified_gmt":"2024-11-23T10:12:18","slug":"linux%e5%8f%a6%e7%b1%bb%e5%b8%ae%e5%8a%a9%e6%89%8b%e5%86%8ctldr%e7%9a%84%e5%ae%89%e8%a3%85%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/bigvip.dpdns.org\/?p=430","title":{"rendered":"Linux\u53e6\u7c7b\u5e2e\u52a9\u624b\u518ctldr\u7684\u5b89\u88c5\u4f7f\u7528"},"content":{"rendered":"\n<p>to long don\u2018t read   \u592a\u957f\u4e86\u522b\u770b\u4e86 \uff1a\uff09  \u8fd9\u4e2a\u5c31\u662f\u8fd9\u4e2a\u8f6f\u4ef6\u7684\u7279\u8272\uff0c\u4e5f\u5c31\u662f\u901a\u8fc7\u4e3e\u4f8b\u7684\u65b9\u5f0f\u5e2e\u6211\u4eec\u8bb2\u6e05\u695a\u6bcf\u4e2a\u547d\u4ee4\u7684\u5e38\u89c1\u7528\u6cd5\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u5b89\u88c5\u65b9\u6cd5\uff1a\nyum -y install tldr\n\u5b89\u88c5\u540e\u9700\u8981\u4e0b\u8f7d\u624b\u518c\u7684\u79bb\u7ebf\u7248\u4ee5\u514d\u7f51\u7edc\u4e0d\u7a33\u5b9a\u65e0\u6cd5\u4f7f\u7528\n\u5728\/etc\/bashrc\u6700\u597d\u589e\u52a0\u4e09\u4e2a\u53d8\u91cf\uff1a\n\n#vi  \/etc\/bashrc \nexport TLDR_CACHE_ENABLED=1\nexport TLDR_CACHE_MAX_AGE=720\nexport TLDR_DOWNLOAD_CACHE_LOCATION=\"https:\/\/tldr.sh\/assets\/tldr.zip\"\n\n\u7136\u540e\u6267\u884c\u4e00\u4e0b\u547d\u4ee4\uff1a\n#. \/etc\/bashrc\n#tldr --update\n\u5b89\u88c5\u540e\u5373\u53ef\u4f7f\u7528<\/code><\/pre>\n\n\n\n<p>\u4f8b\u5b50\uff1afind\u547d\u4ee4\u7684\u5e2e\u52a9\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@localhost ~]# tldr find\n\n  find\n\n  Find files or directories under a directory tree, recursively.\n  More information: https:\/\/manned.org\/find.\n\n  - Find files by extension:\n    find root_path -name '*.ext'\n\n  - Find files matching multiple path\/name patterns:\n    find root_path -path '**\/path\/**\/*.ext' -or -name '*pattern*'\n\n  - Find directories matching a given name, in case-insensitive mode:\n    find root_path -type d -iname '*lib*'\n\n  - Find files matching a given pattern, excluding specific paths:\n    find root_path -name '*.py' -not -path '*\/site-packages\/*'\n\n  - Find files matching a given size range, limiting the recursive depth to \"1\":\n    find root_path -maxdepth 1 -size +500k -size -10M\n\n  - Run a command for each file (use `{}` within the command to access the filename):\n    find root_path -name '*.ext' -exec wc -l {} \\;\n\n  - Find all files modified today and pass the results to a single command as arguments:\n    find root_path -daystart -mtime -1 -exec tar -cvf archive.tar {} \\+\n\n  - Find empty files (0 byte) or directories and delete them verbosely:\n    find root_path -type f|d -empty -delete -print<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>to long don\u2018t read \u592a\u957f\u4e86\u522b\u770b\u4e86 \uff1a\uff09 \u8fd9\u4e2a\u5c31\u662f\u8fd9\u4e2a\u8f6f\u4ef6\u7684\u7279\u8272\uff0c\u4e5f\u5c31\u662f\u901a\u8fc7\u4e3e\u4f8b\u7684\u65b9\u5f0f\u5e2e\u6211\u4eec\u8bb2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"aside","meta":{"footnotes":""},"categories":[20,36],"tags":[72],"class_list":["post-430","post","type-post","status-publish","format-aside","hentry","category-linux","category-36","tag-tldr","post_format-post-format-aside"],"_links":{"self":[{"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=430"}],"version-history":[{"count":3,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/430\/revisions"}],"predecessor-version":[{"id":433,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/430\/revisions\/433"}],"wp:attachment":[{"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bigvip.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}