{"id":192,"date":"2024-07-13T18:23:20","date_gmt":"2024-07-13T10:23:20","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=192"},"modified":"2024-07-18T10:30:31","modified_gmt":"2024-07-18T02:30:31","slug":"linux%e4%b8%adfind%e5%b8%b8%e8%a7%81%e7%94%a8%e6%b3%95%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=192","title":{"rendered":"Linux\u4e2dfind\u5e38\u89c1\u7528\u6cd5\u793a\u4f8b"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>find\u547d\u4ee4\u7684\u53c2\u6570\uff1b\npathname: find\u547d\u4ee4\u6240\u67e5\u627e\u7684\u76ee\u5f55\u8def\u5f84\u3002\u4f8b\u5982\u7528.\u6765\u8868\u793a\u5f53\u524d\u76ee\u5f55\uff0c\u7528\/\u6765\u8868\u793a\u7cfb\u7edf\u6839\u76ee\u5f55\u3002\n-print\uff1a find\u547d\u4ee4\u5c06\u5339\u914d\u7684\u6587\u4ef6\u8f93\u51fa\u5230\u6807\u51c6\u8f93\u51fa\u3002\n-exec\uff1a find\u547d\u4ee4\u5bf9\u5339\u914d\u7684\u6587\u4ef6\u6267\u884c\u8be5\u53c2\u6570\u6240\u7ed9\u51fa\u7684shell\u547d\u4ee4\u3002\u76f8\u5e94\u547d\u4ee4\u7684\u5f62\u5f0f\u4e3a'command' { } \\;\uff0c\u6ce8\u610f{ }\u548c\\\uff1b\u4e4b\u95f4\u7684\u7a7a\u683c\u3002\n-ok\uff1a \u548c-exec\u7684\u4f5c\u7528\u76f8\u540c\uff0c\u53ea\u4e0d\u8fc7\u4ee5\u4e00\u79cd\u66f4\u4e3a\u5b89\u5168\u7684\u6a21\u5f0f\u6765\u6267\u884c\u8be5\u53c2\u6570\u6240\u7ed9\u51fa\u7684shell\u547d\u4ee4\uff0c\u5728\u6267\u884c\u6bcf\u4e00\u4e2a\u547d\u4ee4\u4e4b\u524d\uff0c\u90fd\u4f1a\u7ed9\u51fa\u63d0\u793a\uff0c\u8ba9\u7528\u6237\u6765\u786e\u5b9a\u662f\u5426\u6267\u884c\u3002\n#-print \u5c06\u67e5\u627e\u5230\u7684\u6587\u4ef6\u8f93\u51fa\u5230\u6807\u51c6\u8f93\u51fa\n#-exec   command   {} \\;      \u2014\u2013\u5c06\u67e5\u5230\u7684\u6587\u4ef6\u6267\u884ccommand\u64cd\u4f5c,{} \u548c \\;\u4e4b\u95f4\u6709\u7a7a\u683c\n#-ok \u548c-exec\u76f8\u540c\uff0c\u53ea\u4e0d\u8fc7\u5728\u64cd\u4f5c\u524d\u8981\u8be2\u7528\u6237\n\u4f8b\uff1afind . -name .svn | xargs rm -rf\n====================================================\n-name   filename             #\u67e5\u627e\u540d\u4e3afilename\u7684\u6587\u4ef6\n-perm                        #\u6309\u6267\u884c\u6743\u9650\u6765\u67e5\u627e\n-user    username             #\u6309\u6587\u4ef6\u5c5e\u4e3b\u6765\u67e5\u627e\n-group groupname            #\u6309\u7ec4\u6765\u67e5\u627e\n-mtime   -n +n                #\u6309\u6587\u4ef6\u66f4\u6539\u65f6\u95f4\u6765\u67e5\u627e\u6587\u4ef6\uff0c-n\u6307n\u5929\u4ee5\u5185\uff0c+n\u6307n\u5929\u4ee5\u524d\n-atime    -n +n               #\u6309\u6587\u4ef6\u8bbf\u95ee\u65f6\u95f4\u6765\u67e5GIN: 0px\">\n-ctime    -n +n              #\u6309\u6587\u4ef6\u521b\u5efa\u65f6\u95f4\u6765\u67e5\u627e\u6587\u4ef6\uff0c-n\u6307n\u5929\u4ee5\u5185\uff0c+n\u6307n\u5929\u4ee5\u524d\n-nogroup                     #\u67e5\u65e0\u6709\u6548\u5c5e\u7ec4\u7684\u6587\u4ef6\uff0c\u5373\u6587\u4ef6\u7684\u5c5e\u7ec4\u5728\/etc\/groups\u4e2d\u4e0d\u5b58\u5728\n-nouser                     #\u67e5\u65e0\u6709\u6548\u5c5e\u4e3b\u7684\u6587\u4ef6\uff0c\u5373\u6587\u4ef6\u7684\u5c5e\u4e3b\u5728\/etc\/passwd\u4e2d\u4e0d\u5b58\n-newer   f1 !f2              \u627e\u6587\u4ef6\uff0c-n\u6307n\u5929\u4ee5\u5185\uff0c+n\u6307n\u5929\u4ee5\u524d \n-ctime    -n +n               #\u6309\u6587\u4ef6\u521b\u5efa\u65f6\u95f4\u6765\u67e5\u627e\u6587\u4ef6\uff0c-n\u6307n\u5929\u4ee5\u5185\uff0c+n\u6307n\u5929\u4ee5\u524d \n-nogroup                     #\u67e5\u65e0\u6709\u6548\u5c5e\u7ec4\u7684\u6587\u4ef6\uff0c\u5373\u6587\u4ef6\u7684\u5c5e\u7ec4\u5728\/etc\/groups\u4e2d\u4e0d\u5b58\u5728\n-nouser                      #\u67e5\u65e0\u6709\u6548\u5c5e\u4e3b\u7684\u6587\u4ef6\uff0c\u5373\u6587\u4ef6\u7684\u5c5e\u4e3b\u5728\/etc\/passwd\u4e2d\u4e0d\u5b58\n-newer   f1 !f2               #\u67e5\u66f4\u6539\u65f6\u95f4\u6bd4f1\u65b0\u4f46\u6bd4f2\u65e7\u7684\u6587\u4ef6\n-type    b\/d\/c\/p\/l\/f         #\u67e5\u662f\u5757\u8bbe\u5907\u3001\u76ee\u5f55\u3001\u5b57\u7b26\u8bbe\u5907\u3001\u7ba1\u9053\u3001\u7b26\u53f7\u94fe\u63a5\u3001\u666e\u901a\u6587\u4ef6\n-size      n[c]               #\u67e5\u957f\u5ea6\u4e3an\u5757[\u6216n\u5b57\u8282]\u7684\u6587\u4ef6\n-depth                       #\u4f7f\u67e5\u627e\u5728\u8fdb\u5165\u5b50\u76ee\u5f55\u524d\u5148\u884c\u67e5\u627e\u5b8c\u672c\u76ee\u5f55\n-fstype                     #\u67e5\u66f4\u6539\u65f6\u95f4\u6bd4f1\u65b0\u4f46\u6bd4f2\u65e7\u7684\u6587\u4ef6\n-type    b\/d\/c\/p\/l\/f         #\u67e5\u662f\u5757\u8bbe\u5907\u3001\u76ee\u5f55\u3001\u5b57\u7b26\u8bbe\u5907\u3001\u7ba1\u9053\u3001\u7b26\u53f7\u94fe\u63a5\u3001\u666e\u901a\u6587\u4ef6\n-size      n[c]               #\u67e5\u957f\u5ea6\u4e3an\u5757[\u6216n\u5b57\u8282]\u7684\u6587\u4ef6\n-depth                       #\u4f7f\u67e5\u627e\u5728\u8fdb\u5165\u5b50\u76ee\u5f55\u524d\u5148\u884c\u67e5\u627e\u5b8c\u672c\u76ee\u5f55\n-fstype                      #\u67e5\u4f4d\u4e8e\u67d0\u4e00\u7c7b\u578b\u6587\u4ef6\u7cfb\u7edf\u4e2d\u7684\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u7cfb\u7edf\u7c7b\u578b\u901a\u5e38\u53ef \u5728\/etc\/fstab\u4e2d\u627e\u5230\n-mount                       #\u67e5\u6587\u4ef6\u65f6\u4e0d\u8de8\u8d8a\u6587\u4ef6\u7cfb\u7edfmount\u70b9\n-follow                      #\u5982\u679c\u9047\u5230\u7b26\u53f7\u94fe\u63a5\u6587\u4ef6\uff0c\u5c31\u8ddf\u8e2a\u94fe\u63a5\u6240\u6307\u7684\u6587\u4ef6\n-cpio                %;      #\u67e5\u4f4d\u4e8e\u67d0\u4e00\u7c7b\u578b\u6587\u4ef6\u7cfb\u7edf\u4e2d\u7684\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u7cfb\u7edf\u7c7b\u578b\u901a\u5e38\u53ef \u5728\/etc\/fstab\u4e2d\u627e\u5230\n-mount                       #\u67e5\u6587\u4ef6\u65f6\u4e0d\u8de8\u8d8a\u6587\u4ef6\u7cfb\u7edfmount\u70b9\n-follow                      #\u5982\u679c\u9047\u5230\u7b26\u53f7\u94fe\u63a5\u6587\u4ef6\uff0c\u5c31\u8ddf\u8e2a\u94fe\u63a5\u6240\u6307\u7684\u6587\u4ef6\n-cpio                        #\u5bf9\u5339\u914d\u7684\u6587\u4ef6\u4f7f\u7528cpio\u547d\u4ee4\uff0c\u5c06\u4ed6\u4eec\u5907\u4efd\u5230\u78c1\u5e26\u8bbe\u5907\u4e2d\n-prune                       #\u5ffd\u7565\u67d0\u4e2a\u76ee\u5f55\n=====================================================\n$find   ~   -name   \"*.txt\"   -print    #\u5728$HOME\u4e2d\u67e5.txt\u6587\u4ef6\u5e76\u663e\u793a\n$find   .    -name   \"*.txt\"   -print\n$find   .    -name   \"[A-Z]*\"   -print   #\u67e5\u4ee5\u5927\u5199\u5b57\u6bcd\u5f00\u5934\u7684\u6587\u4ef6\n$find   \/etc   -name   \"host*\"   -print #\u67e5\u4ee5host\u5f00\u5934\u7684\u6587\u4ef6\n$find   .   -name   \"[a-z][a-z][0\u20139][0\u20139].txt\"    -print   #\u67e5\u4ee5\u4e24\u4e2a\u5c0f\u5199\u5b57\u6bcd\u548c\u4e24\u4e2a\u6570\u5b57\u5f00\u5934\u7684txt\u6587\u4ef6\n$find .   -perm   755   -print\n$find   .   -perm -007   -exec ls -l {} \\;   #\u67e5\u6240\u6709\u7528\u6237\u90fd\u53ef\u8bfb\u5199\u6267\u884c\u7684\u6587\u4ef6\u540c-perm 777\n$find   . -type d   -print\n$find   .   !   -type   d   -print \n$find   .   -type l   -print\n$find   .   -size   +1000000c   -print        #\u67e5\u957f\u5ea6\u5927\u4e8e1Mb\u7684\u6587\u4ef6\n$find   .   -size   100c         -print       # \u67e5\u957f\u5ea6\u4e3a100c\u7684\u6587\u4ef6\n$find   .   -size   +10   -print              #\u67e5\u957f\u5ea6\u8d85\u8fc7\u671f\u4f5c\u5e9f10\u5757\u7684\u6587\u4ef6\uff081\u5757=512\u5b57\u8282\uff09\n$cd \/\n$find   etc   home   apps    -depth   -print   | cpio   -ivcdC65536   -o   \/dev\/rmt0\n$find   \/etc -name \"passwd*\"   -exec grep   \"cnscn\"   {}   \\;   #\u770b\u662f\u5426\u5b58\u5728cnscn\u7528\u6237\n$find . -name \"yao*\"   | xargs file\n$find   . -name \"yao*\"   |   xargs   echo    \"\" > \/tmp\/core.log\n$find   . -name \"yao*\"   | xargs   chmod   o-w\n======================================================\nfind   -name april*                     \u5728\u5f53\u524d\u76ee\u5f55\u4e0b\u67e5\u627e\u4ee5april\u5f00\u59cb\u7684\u6587\u4ef6\nfind   -name   april*   fprint file        \u5728\u5f53\u524d\u76ee\u5f55\u4e0b\u67e5\u627e\u4ee5april\u5f00\u59cb\u7684\u6587\u4ef6\uff0c\u5e76\u628a\u7ed3\u679c\u8f93\u51fa\u5230file\u4e2d\nfind   -name ap* -o -name may*   \u67e5\u627e\u4ee5ap\u6216may\u5f00\u5934\u7684\u6587\u4ef6\nfind   \/mnt   -name tom.txt   -ftype vfat   \u5728\/mnt\u4e0b\u67e5\u627e\u540d\u79f0\u4e3atom.txt\u4e14\u6587\u4ef6\u7cfb\u7edf\u7c7b\u578b\u4e3avfat\u7684\u6587\u4ef6\nfind   \/mnt   -name t.txt ! -ftype vfat   \u5728\/mnt\u4e0b\u67e5\u627e\u540d\u79f0\u4e3atom.txt\u4e14\u6587\u4ef6\u7cfb\u7edf\u7c7b\u578b\u4e0d\u4e3avfat\u7684\u6587\u4ef6\nfind   \/tmp   -name wa* -type l            \u5728\/tmp\u4e0b\u67e5\u627e\u540d\u4e3awa\u5f00\u5934\u4e14\u7c7b\u578b\u4e3a\u7b26\u53f7\u94fe\u63a5\u7684\u6587\u4ef6\nfind   \/home   -mtime   -2                 \u5728\/home\u4e0b\u67e5\u6700\u8fd1\u4e24\u5929\u5185\u6539\u52a8\u8fc7\u7684\u6587\u4ef6\nfind \/home    -atime -1                  \u67e51\u5929\u4e4b\u5185\u88ab\u5b58\u53d6\u8fc7\u7684\u6587\u4ef6\nfind \/home -mmin    +60                  \u5728\/home\u4e0b\u67e560\u5206\u949f\u524d\u6539\u52a8\u8fc7\u7684\u6587\u4ef6\nfind \/home   -amin   +30                  \u67e5\u6700\u8fd130\u5206\u949f\u524d\u88ab\u5b58\u53d6\u8fc7\u7684\u6587\u4ef6\nfind \/home   -newer   tmp.txt             \u5728\/home\u4e0b\u67e5\u66f4\u65b0\u65f6\u95f4\u6bd4tmp.txt\u8fd1\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind \/home   -anewer   tmp.txt            \u5728\/home\u4e0b\u67e5\u5b58\u53d6\u65f6\u95f4\u6bd4tmp.txt\u8fd1\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -used   -2                  \u5217\u51fa\u6587\u4ef6\u6216\u76ee\u5f55\u88ab\u6539\u52a8\u8fc7\u4e4b\u540e\uff0c\u57282\u65e5\u5185\u88ab\u5b58\u53d6\u8fc7\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -user cnscn                \u5217\u51fa\/home\u76ee\u5f55\u5185\u5c5e\u4e8e\u7528\u6237cnscn\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -uid   +501                  \u5217\u51fa\/home\u76ee\u5f55\u5185\u7528\u6237\u7684\u8bc6\u522b\u7801\u5927\u4e8e501\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -group   cnscn              \u5217\u51fa\/home\u5185\u7ec4\u4e3acnscn\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -gid 501                   \u5217\u51fa\/home\u5185\u7ec4id\u4e3a501\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -nouser                    \u5217\u51fa\/home\u5185\u4e0d\u5c5e\u4e8e\u672c\u5730\u7528\u6237\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -nogroup                   \u5217\u51fa\/home\u5185\u4e0d\u5c5e\u4e8e\u672c\u5730\u7ec4\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home    -name tmp.txt    -maxdepth   4   \u5217\u51fa\/home\u5185\u7684tmp.txt \u67e5\u65f6\u6df1\u5ea6\u6700\u591a\u4e3a3\u5c42\nfind   \/home   -name tmp.txt   -mindepth   3   \u4ece\u7b2c2\u5c42\u5f00\u59cb\u67e5\nfind   \/home   -empty                     \u67e5\u627e\u5927\u5c0f\u4e3a0\u7684\u6587\u4ef6\u6216\u7a7a\u76ee\u5f55\nfind   \/home   -size   +512k                \u67e5\u5927\u4e8e512k\u7684\u6587\u4ef6\nfind   \/home   -size   -512k               \u67e5\u5c0f\u4e8e512k\u7684\u6587\u4ef6\nfind   \/home   -links   +2                \u67e5\u786c\u8fde\u63a5\u6570\u5927\u4e8e2\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/home   -perm   0700                \u67e5\u6743\u9650\u4e3a700\u7684\u6587\u4ef6\u6216\u76ee\u5f55\nfind   \/tmp   -name tmp.txt   -exec cat {} \\;\nfind   \/tmp   -name   tmp.txt   -ok   rm {} \\;\nfind    \/   -amin    -10     # \u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u6700\u540e10\u5206\u949f\u8bbf\u95ee\u7684\u6587\u4ef6\nfind    \/   -atime   -2        # \u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u6700\u540e48\u5c0f\u65f6\u8bbf\u95ee\u7684\u6587\u4ef6\nfind    \/   -empty             # \u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u4e3a\u7a7a\u7684\u6587\u4ef6\u6216\u8005\u6587\u4ef6\u5939\nfind    \/   -group   cat        # \u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u5c5e\u4e8e groupcat\u7684\u6587\u4ef6\nfind    \/   -mmin   -5         # \u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u6700\u540e5\u5206\u949f\u91cc\u4fee\u6539\u8fc7\u7684\u6587\u4ef6\nfind    \/   -mtime   -1       #\u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u6700\u540e24\u5c0f\u65f6\u91cc\u4fee\u6539\u8fc7\u7684\u6587\u4ef6\nfind    \/   -nouser           #\u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u5c5e\u4e8e\u4f5c\u5e9f\u7528\u6237\u7684\u6587\u4ef6\nfind    \/   -user    fred     #\u67e5\u627e\u5728\u7cfb\u7edf\u4e2d\u5c5e\u4e8eFRED\u8fd9\u4e2a\u7528\u6237\u7684\u6587\u4ef6\n\u67e5\u5f53\u524d\u76ee\u5f55\u4e0b\u7684\u6240\u6709\u666e\u901a\u6587\u4ef6\n\n# find . -type f -exec ls -l {} \\; \n-rw-r\u2013r\u2013    1 root      root         34928 2003-02-25   .\/conf\/httpd.conf \n-rw-r\u2013r\u2013    1 root      root         12959 2003-02-25   .\/conf\/magic \n-rw-r\u2013r\u2013    1 root      root          180 2003-02-25   .\/conf.d\/README \n\u67e5\u5f53\u524d\u76ee\u5f55\u4e0b\u7684\u6240\u6709\u666e\u901a\u6587\u4ef6\uff0c\u5e76\u5728- e x e c\u9009\u9879\u4e2d\u4f7f\u7528ls -l\u547d\u4ee4\u5c06\u5b83\u4eec\u5217\u51fa\n=================================================\n\u5728\/ l o g s\u76ee\u5f55\u4e2d\u67e5\u627e\u66f4\u6539\u65f6\u95f4\u57285\u65e5\u4ee5\u524d\u7684\u6587\u4ef6\u5e76\u5220\u9664\u5b83\u4eec\uff1a\n$ find logs -type f -mtime +5 -exec   -ok   rm {} \\;\n=================================================\n\u67e5\u8be2\u5f53\u5929\u4fee\u6539\u8fc7\u7684\u6587\u4ef6\n[root@book class]# find   .\/   -mtime   -1   -type f   -exec   ls -l   {} \\;\n=================================================\n\u67e5\u8be2\u6587\u4ef6\u5e76\u8be2\u95ee\u662f\u5426\u8981\u663e\u793a\n[root@book class]# find   .\/   -mtime   -1   -type f   -ok   ls -l   {} \\;  \n&lt; ls \u2026 .\/classDB.inc.php > ? y\n-rw-r\u2013r\u2013    1 cnscn    cnscn       13709   1\u6708 12 12:22 .\/classDB.inc.php\n[root@book class]# find   .\/   -mtime   -1   -type f   -ok   ls -l   {} \\;  \n&lt; ls \u2026 .\/classDB.inc.php > ? n\n[root@book class]#\n=================================================\n\u67e5\u8be2\u5e76\u4ea4\u7ed9awk\u53bb\u5904\u7406\n[root@book class]# who   |   awk   \u2019{print $1\"\\t\"$2}\u2019\ncnscn    pts\/0\n=================================================\nawk\u2014grep\u2014sed\n[root@book class]# df   -k |   awk \u2018{print $1}\u2019 |   grep   -v   \u2019none\u2019 |   sed   s\"\/\\\/dev\\\/\/\/g\"\n\u6587\u4ef6\u7cfb\u7edf\nsda2\nsda1\n[root@book class]# df   -k |   awk \u2018{print $1}\u2019 |   grep   -v   \u2019none\u2019\n\u6587\u4ef6\u7cfb\u7edf\n\/dev\/sda2\n\/dev\/sda1\n1)\u5728\/tmp\u4e2d\u67e5\u627e\u6240\u6709\u7684*.h\uff0c\u5e76\u5728\u8fd9\u4e9b\u6587\u4ef6\u4e2d\u67e5\u627e\u201cSYSCALL_VECTOR\"\uff0c\u6700\u540e\u6253\u5370\u51fa\u6240\u6709\u5305\u542b\"SYSCALL_VECTOR\"\u7684\u6587\u4ef6\u540d\nA) find   \/tmp   -name   \"*.h\"   | xargs   -n50   grep SYSCALL_VECTOR\nB) grep   SYSCALL_VECTOR   \/tmp\/*.h | cut    -d\u2019:'   -f1| uniq > filename\nC) find   \/tmp   -name \"*.h\"   -exec grep \"SYSCALL_VECTOR\"   {}   \\; -print\n2)find \/ -name filename -exec rm -rf {} \\;\n    find \/ -name filename -ok rm -rf {} \\;\n3)\u6bd4\u5982\u8981\u67e5\u627e\u78c1\u76d8\u4e2d\u5927\u4e8e3M\u7684\u6587\u4ef6\uff1a\nfind . -size +3000k -exec ls -ld {} ;\n4)\u5c06find\u51fa\u6765\u7684\u4e1c\u897f\u62f7\u5230\u53e6\u4e00\u4e2a\u5730\u65b9\nfind *.c -exec cp \u2018{}\u2019 \/tmp \u2018;\u2019\n\u5982\u679c\u6709\u7279\u6b8a\u6587\u4ef6\uff0c\u53ef\u4ee5\u7528cpio\uff0c\u4e5f\u53ef\u4ee5\u7528\u8fd9\u6837\u7684\u8bed\u6cd5\uff1a\nfind dir -name filename -print | cpio -pdv newdir\n6)\u67e5\u627e2004-11-30 16:36:37\u65f6\u66f4\u6539\u8fc7\u7684\u6587\u4ef6\n# A=`find .\/ -name \"*php\"` |   ls -l \u2013full-time $A 2>\/dev\/null | grep \"2004-11-30 16:36:37\"\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[45],"class_list":["post-192","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linuxfind"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/192","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=192"}],"version-history":[{"count":1,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":193,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions\/193"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}