use find to scan a hard disk, in Linux, for files with names that chkdsk will object to
Posted: Tue Apr 02, 2024 8:29 pm
use find to scan a hard disk, in Linux, for files with names that chkdsk will object to
source: https://ask.metafilter.com/282453/Undoi ... file-names
Code: Select all
find /path/to/mount/point -regex $'.*[\x01-\x1f"*:<>?\\|].*'