Jump to content

Manual:FindMissingFiles.php/pl

From mediawiki.org
This page is a translated version of the page Manual:FindMissingFiles.php and the translation is 64% complete.

Szczegóły

findMissingFiles.php maintenance script finds registered files with no corresponding file.

Opcje

Opcja Wymagane Domyślna wartość
--start Start after this file name Optional
--mtimeafter Only include files changed since this time Optional
--mtimebefore Only includes files changed before this time Optional

Użycie

php maintenance/run.php findMissingFiles [ --start | --mtimeafter | --mtimebefore ]
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Finding all missing files

Terminal

Finding all missing files whose name comes at/after "S"

Terminal

Zobacz też