Page 1 of 1

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
by Stevyn
use find to scan a hard disk, in Linux, for files with names that chkdsk will object to

Code: Select all

find /path/to/mount/point -regex $'.*[\x01-\x1f"*:<>?\\|].*'
source: https://ask.metafilter.com/282453/Undoi ... file-names