{"id":136,"date":"2025-08-16T10:22:35","date_gmt":"2025-08-16T10:22:35","guid":{"rendered":"https:\/\/fhix.fr\/?p=136"},"modified":"2026-04-07T09:58:02","modified_gmt":"2026-04-07T09:58:02","slug":"faire-du-menage-dans-lifs","status":"publish","type":"post","link":"https:\/\/fhix.fr\/index.php\/2025\/08\/16\/faire-du-menage-dans-lifs\/","title":{"rendered":"Faire du m\u00e9nage dans l&rsquo;IFS selon la date des fichiers"},"content":{"rendered":"\n<p>Par exemple, supprimer tous les fichiers pdf de plus d&rsquo;1 an dans un r\u00e9pertoire : <br><code><strong>SELECT<\/strong> <\/code><br><code><strong>QCMDEXC<\/strong>('rmvlnk objlnk(''' <strong>CONCAT<\/strong><\/code> <code><strong>TRIM<\/strong>(<strong>CAST<\/strong>(path_name <strong>AS<\/strong> <strong>VARCHAR<\/strong>(200))) <strong>CONCAT<\/strong> ''')')<\/code> <code><strong>FROM TABLE<\/strong>(qsys2.ifs_object_statistics( '<em>\/home\/monRepertoire<\/em>'))<\/code> <br><code><strong>WHERE<\/strong> path_name <strong>LIKE<\/strong> '%.<em>pdf<\/em>'<\/code> <code><strong>AND<\/strong> CREATE_TIMESTAMP &lt; CURRENT_TIMESTAMP - 1 YEARS<\/code><\/p>\n\n\n\n<p><strong>Explications :<\/strong><br>&#8211; <strong>ifs_object_statistics<\/strong> permet de lister les fichiers d&rsquo;un r\u00e9pertoire de l&rsquo;IFS <br>exemple : <br><code>  SELECT CAST(path_name AS VARCHAR(100)) <br>  FROM TABLE(qsys2.ifs_object_statistics('\/home\/monRepertoire'))<\/code><br>&#8211; <strong>RMVLNK<\/strong> est la commande IBMi qui permet la suppression d&rsquo;un fichier de l&rsquo;IFS<br>&#8211; <strong>QCMDEXC<\/strong> permet d&rsquo;ex\u00e9cuter une commande IBMi en SQL<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Par exemple, supprimer tous les fichiers pdf de plus d&rsquo;1 an dans un r\u00e9pertoire : SELECT QCMDEXC(&lsquo;rmvlnk objlnk(\u00a0\u00bb&rsquo; CONCAT TRIM(CAST(path_name AS VARCHAR(200))) CONCAT \u00a0\u00bb&rsquo;)&rsquo;) FROM TABLE(qsys2.ifs_object_statistics( &lsquo;\/home\/monRepertoire&rsquo;)) WHERE path_name LIKE &lsquo;%.pdf&rsquo; AND CREATE_TIMESTAMP &lt; CURRENT_TIMESTAMP &#8211; 1 YEARS Explications :&#8211; ifs_object_statistics permet de lister les fichiers d&rsquo;un r\u00e9pertoire de l&rsquo;IFS exemple : SELECT CAST(path_name AS &#8230; <a title=\"Faire du m\u00e9nage dans l&rsquo;IFS selon la date des fichiers\" class=\"read-more\" href=\"https:\/\/fhix.fr\/index.php\/2025\/08\/16\/faire-du-menage-dans-lifs\/\" aria-label=\"En savoir plus sur Faire du m\u00e9nage dans l&rsquo;IFS selon la date des fichiers\">Lire la suite<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-136","post","type-post","status-publish","format-standard","hentry","category-sql-system"],"_links":{"self":[{"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/posts\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/comments?post=136"}],"version-history":[{"count":13,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/posts\/136\/revisions"}],"predecessor-version":[{"id":226,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/posts\/136\/revisions\/226"}],"wp:attachment":[{"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/media?parent=136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/categories?post=136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fhix.fr\/index.php\/wp-json\/wp\/v2\/tags?post=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}