{"id":451,"date":"2024-08-04T10:18:10","date_gmt":"2024-08-04T02:18:10","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=451"},"modified":"2024-08-04T10:18:11","modified_gmt":"2024-08-04T02:18:11","slug":"ls-%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=451","title":{"rendered":"ls \u6392\u5e8f"},"content":{"rendered":"\n<p>\u9996\u5148\u6211\u4eec\u901a\u8fc7man \u6765\u770b\u770b ls\u5176\u4e2d\u6709\u51e0\u9879;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-S \u00a0 \u00a0 sort by file size :\u00a0\u6309\u5927\u5c0f\u964d\u5e8f<\/li>\n<\/ul>\n\n\n\n<p>&#8211;sort=WORD<\/p>\n\n\n\n<p>sort by WORD instead of name: none -U, extension -X, size -S, time -t, version -v<\/p>\n\n\n\n<p>&#8211;time=WORD<\/p>\n\n\n\n<p>with -l, show time as WORD instead of modification time: atime -u, access -u, use -u, ctime -c, or status -c; use specified time as sort key if &#8211;sort=time<\/p>\n\n\n\n<p>&#8211;time-style=STYLE<\/p>\n\n\n\n<p>with -l, show times using style STYLE: full-iso, long-iso, iso, locale, +FORMAT. FORMAT is interpreted like \u2018date\u2019; if FORMAT is FORMAT1&lt;newline&gt;FORMAT2, FORMAT1<\/p>\n\n\n\n<p>applies to non-recent files and FORMAT2 to recent files; if STYLE is prefixed with \u2018posix-\u2019, STYLE takes effect only outside the POSIX locale<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-t \u00a0 \u00a0 sort by modification time\u00a0\u6309\u65f6\u95f4\u5347\u5e8f<\/li>\n\n\n\n<li>-u \u00a0 \u00a0 with -lt: sort by, and show, access time with -l: show access time and sort by name otherwise: sort by access time\u00a0\u00a0\u4ee5\u6587\u4ef6\u4e0a\u6b21\u88ab\u8bbf\u95ee\u7684\u65f6\u95f4\u6392\u5e8f\u3002<\/li>\n\n\n\n<li>-U \u00a0 \u00a0 do not sort; list entries in directory order \u4e0d\u505a\u6392\u5e8f<\/li>\n\n\n\n<li>-v \u00a0 \u00a0 natural sort of (version) numbers within text\u00a0<\/li>\n\n\n\n<li>-X \u00a0 \u00a0 sort alphabetically by entry extension\u00a0<\/li>\n<\/ul>\n\n\n\n<p>ls -lS&nbsp;&nbsp;&nbsp; \u6309\u5927\u5c0f\u964d\u5e8f<\/p>\n\n\n\n<p>ls -l | sort -n -k5&nbsp;&nbsp;&nbsp;&nbsp; \u6309\u5927\u5c0f\u5347\u5e8f<\/p>\n\n\n\n<p>ls -lrt&nbsp;&nbsp; \u6309\u65f6\u95f4\u964d\u5e8f<\/p>\n\n\n\n<p>ls -lnt&nbsp;&nbsp;&nbsp; \u6309\u65f6\u95f4\u5347\u5e8f<\/p>\n\n\n\n<p>ls -l | sort -k9&nbsp;&nbsp;&nbsp; \u6309\u6587\u4ef6\u540d\u5347\u5e8f\uff08\u8fd9\u662fls\u7684\u9ed8\u8ba4\u8f93\u51fa\u65b9\u5f0f\uff09<\/p>\n\n\n\n<p>ls -lr \u6309\u6587\u4ef6\u540d\u964d\u5e8f<\/p>\n\n\n\n<p>ls -l | sort -rk9&nbsp;&nbsp; \u6309\u6587\u4ef6\u540d\u964d\u5e8f<\/p>\n\n\n\n<p>\u9644\uff1a<\/p>\n\n\n\n<p>ls\u5bf9\u5f53\u524d\u76ee\u5f55\u548c\u6587\u4ef6\u5927\u5c0f\u6392\u5e8f<\/p>\n\n\n\n<p>du -s * | sort -nr<\/p>\n\n\n\n<p>\u53ea\u5bf9\u5f53\u524d\u76ee\u5f55\u6392\u5e8f\uff0c\u5e76\u7528\u76f4\u89c2\u7684\u5927\u5c0f\u663e\u793a\u51fa\u6765<\/p>\n\n\n\n<p>for i in $(ls -l |grep &#8216;^d&#8217; |du -s * |sort -nr|awk &#8216;{print $2}&#8217;);do du -sh $i;done<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148\u6211\u4eec\u901a\u8fc7man \u6765\u770b\u770b ls\u5176\u4e2d\u6709\u51e0\u9879; &#8211;sort=WORD sort by WORD in &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/thereisno.top\/?p=451\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201cls \u6392\u5e8f\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,41],"tags":[10,72],"class_list":["post-451","post","type-post","status-publish","format-standard","hentry","category-linux","category-macos","tag-linux","tag-macos"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=451"}],"version-history":[{"count":1,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/451\/revisions"}],"predecessor-version":[{"id":452,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/451\/revisions\/452"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=451"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=451"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}