{"id":568,"date":"2019-07-15T02:52:55","date_gmt":"2019-07-15T02:52:55","guid":{"rendered":"http:\/\/info.juliusgoh.life\/?p=568"},"modified":"2019-07-15T02:52:55","modified_gmt":"2019-07-15T02:52:55","slug":"php-script-uses-bash-command-to-find-file-created-within-mins-ago","status":"publish","type":"post","link":"https:\/\/info.juliusgoh.life\/?p=568","title":{"rendered":"PHP Script uses bash command to find file created within mins ago"},"content":{"rendered":"<pre>$dir        = \"\/home\/ec2-user\/julius\/tmp\/\";\r\n$file_type  = \"json\";\r\n$min        = \"5\";  #Created How Many Min Ago\r\n$output     = shell_exec(\"find $dir -cmin -$min -type f -name '*.$file_type'\");\r\n\r\n$json_file  = explode(\"\\n\",$output);\r\narray_pop($json_file); # To remove last \\n\r\n\r\nif(empty($json_file)){exit();}\r\nprint_r($json_file);\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$dir = &#8220;\/home\/ec2-user\/julius\/tmp\/&#8221;; $file_type = &#8220;json&#8221;; $min = &#8220;5&#8221;; #Created How Many Min Ago $output = shell_exec(&#8220;find $dir -cmin -$min -type f -name &#8216;*.$file_type'&#8221;); $json_file = explode(&#8220;\\n&#8221;,$output); array_pop($json_file); # To remove last \\n if(empty($json_file)){exit();} print_r($json_file);<\/p>\n","protected":false},"author":1,"featured_media":569,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"image","meta":{"footnotes":""},"categories":[22,4],"tags":[],"_links":{"self":[{"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/posts\/568"}],"collection":[{"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=568"}],"version-history":[{"count":1,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/posts\/568\/revisions"}],"predecessor-version":[{"id":570,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/posts\/568\/revisions\/570"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=\/wp\/v2\/media\/569"}],"wp:attachment":[{"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/info.juliusgoh.life\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}