💻 Software
list/find all regular files in all subdirectories excluding binary files
Fresh5 days ago
Mar 15, 202626438 viewsConfidence Score0%
0%
Problem
In Linux. I know I can do , but that includes binary file and I couldn't find a way to exclude them with find
Error Output
find . -type f
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: list/find all regular files in all subdirectories excluding binary files
Low Risk
, for example, does not include the word "binary" in its output on my system. If is available, it does include the word "binary". Without , it may be more reliable to test for the presence of the word "text". or Using : Using is only going to be an …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix