Manual:findMissingFiles.php

From Linux Web Expert

Revision as of 10:07, 17 August 2022 by imported>ThisCarthing (Created page with "== Details ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

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

Options

Option Required Default value
--start Start after this file name <translate> Optional</translate>
--mtimeafter Only include files changed since this time <translate> Optional</translate>
--mtimebefore Only includes files changed before this time <translate> Optional</translate>

Usage

php maintenance/findMissingFiles.php [ --start | --mtimeafter | --mtimebefore ]

Finding all missing files

Terminal

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

Terminal

See also