{"id":163,"date":"2016-03-18T18:00:02","date_gmt":"2016-03-18T18:00:02","guid":{"rendered":"http:\/\/luliserver.com.ar\/?p=163"},"modified":"2023-12-19T23:42:51","modified_gmt":"2023-12-20T02:42:51","slug":"batch-leer-en-un-directorio-archivos-o-carpetas","status":"publish","type":"post","link":"http:\/\/luliserver.com.ar\/?p=163","title":{"rendered":"Batch Leer en un directorio archivos o carpetas"},"content":{"rendered":"<p>Hoy averiguando me encontr\u00e9 con esto en <code>stackoverlfow<\/code>:<\/p>\n<p>files in current dir: <\/p>\n<pre>for %f in (.\\*) do @echo %f<\/pre>\n<p>subdirs in current dir: <\/p>\n<pre>for \/D %s in (.\\*) do @echo %s<\/pre>\n<p>files in current and all subdirs: <\/p>\n<pre>for \/R %f in (.\\*) do @echo %f<\/pre>\n<p>subdirs in current and all subdirs: <\/p>\n<pre>for \/R \/D %s in (.\\*) do @echo %s<\/pre>\n<blockquote><p>Fuentes:<br \/>\n<a href=\"http:\/\/stackoverflow.com\/questions\/138497\/iterate-all-files-in-a-directory-using-a-for-loop\" target=\"_blank\" rel=\"noopener\">http:\/\/stackoverflow.com\/questions\/138497\/iterate-all-files-in-a-directory-using-a-for-loop<\/a>\n<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Hoy averiguando me encontr\u00e9 con esto en stackoverlfow: files in current dir: for %f in (.\\*) do @echo %f subdirs in current dir: for \/D %s in (.\\*) do @echo %s files in current and all subdirs: for \/R %f<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[80,2],"tags":[81,83,82,84,18],"class_list":["post-163","post","type-post","status-publish","format-standard","hentry","category-batch","category-scripts","tag-batch","tag-dir","tag-folder","tag-for","tag-script"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8Ixc0-2D","_links":{"self":[{"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/163"}],"collection":[{"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=163"}],"version-history":[{"count":4,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/163\/revisions"}],"predecessor-version":[{"id":443,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/163\/revisions\/443"}],"wp:attachment":[{"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=163"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/luliserver.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}