{"id":7557,"date":"2023-11-15T16:42:44","date_gmt":"2023-11-15T08:42:44","guid":{"rendered":"https:\/\/www.5x44.cn\/?p=7557"},"modified":"2026-06-22T13:44:10","modified_gmt":"2026-06-22T05:44:10","slug":"linux-find%e5%91%bd%e4%bb%a4%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.5x44.cn\/?p=7557","title":{"rendered":"linux find\u547d\u4ee4\u7528\u6cd5"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">1\u3001\u641c\u7d22\u67d0\u4e00\u65f6\u95f4\u6bb5\u5efa\u7acb\u7684\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>find . -type f -newermt \"2023-11-15 11:55:00\" ! -newermt \"2023-11-15 12:00:00\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">-newerXY argument \u8868\u793a\u641c\u7d22argument\u4e4b\u540e\u6587\u4ef6\u3002X\u548cY\u53ef\u4ee5\u4e0b\u5982\u4e0b\u7ec4\u5408\uff1a<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">a    The access time of the file reference<br>B    The birth time of the file reference<br>c    The inode status change time of reference<br>m   The modification time of the file reference<br>t     reference is interpreted directly as a time<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u641c\u7d22argument\u4e4b\u524d\u7684\u6587\u4ef6\u53ef\u4ee5\u4f7f\u7528! -newerXY<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2\u3001\u641c\u7d22\u5230\u7684\u6587\u4ef6\u76f4\u63a5\u5bf9\u5176\u8fdb\u884c\u67d0\u79cd\u64cd\u4f5c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>find \/etc_data\/pass\/send -maxdepth 1 -type d ! -newermt $(date -d 'now -4 days' '+%Y%m%d') -exec echo {}\\\/ \\;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u6700\u540e\u7684<mark style=\"background-color:#fcb900\" class=\"has-inline-color has-vivid-red-color\"> \\;<\/mark>\u662f\u5fc5\u987b\u5b58\u5728\u7684\uff0c\u8868\u793a\u547d\u4ee4\u6267\u884c\u5b8c\u6bd5\uff0c\u800c\u4e14\\;\u524d\u9762<u><strong>\u5fc5\u987b<\/strong><\/u>\u6709\u4e00\u4e2a\u7a7a\u683c\u7528\u4e8e\u533a\u5206\u547d\u4ee4\u7ed3\u5c3e\u7b26\u53f7\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">-exec\u4ee3\u8868\u641c\u7d22\u5230\u7684\u6587\u4ef6\u8981\u6267\u884c\u67d0\u4e00\u64cd\u4f5c\uff0c\u5176\u4e2d{}\u4ee3\u8868\u641c\u7d22\u5230\u7684\u6587\u4ef6<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3\u3001\u6392\u9664\u67d0\u4e2a\u641c\u7d22\u8def\u5f84<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>find \/etc_data -path *vlpr\/backup -prune -o -type f -exec grep -i G00012300100111011020260622104129400 {} \\;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u8fd9\u91cc\u662f\u6392\u9664\u4e86*vlpr\/backup\u8fd9\u4e2a\u8def\u5f84\uff0c-path\u9700\u8981\u5199\u5b8c\u6574\u8def\u5f84\u6216\u8005\u4f7f\u7528\u901a\u914d\u7b26\u4ee3\u66ff\u524d\u9762\u7684\u8def\u5f84\u3002\u6216\u8005\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>find \/etc_data -type d -name backup -prune -o -type f -exec grep -i G00012300100111011020260622104129400 {} \\;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u6ce8\u610f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>expr1 -o expr2<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5728\u4f7f\u7528-o\u65f6\uff0cexpr1\u4e3a\u771fexpr2\u4e0d\u6267\u884c\uff1bexpr1\u4e3a\u5047expr2\u6267\u884c\uff0c\u6240\u4ee5<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">\u6392\u9664<\/mark>\u8bed\u53e5\u4e2d\u7684\u987a\u5e8f\u5f88\u91cd\u8981\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u641c\u7d22\u67d0\u4e00\u65f6\u95f4\u6bb5\u5efa\u7acb\u7684\u6587\u4ef6\uff1a -newerXY argument \u8868\u793a\u641c\u7d22argument\u4e4b\u540e\u6587\u4ef6\u3002X\u548cY\u53ef\u4ee5\u4e0b\u5982\u4e0b\u7ec4\u5408\uff1a a The access time&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/www.5x44.cn\/?p=7557\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-7557","post","type-post","status-publish","format-standard","hentry","category-it"],"_links":{"self":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7557"}],"version-history":[{"count":7,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7557\/revisions"}],"predecessor-version":[{"id":7744,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7557\/revisions\/7744"}],"wp:attachment":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}