use find to scan a hard disk, in Linux, for files with names that chkdsk will object to

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
User avatar
Stevyn
SysOp
Posts:1776
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
use find to scan a hard disk, in Linux, for files with names that chkdsk will object to

Post by Stevyn » 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

Code: Select all

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

Image

Post Reply