FG
💻 Software

Why won't GNU find work recursively on Windows 7?

Fresh5 days ago
Mar 15, 20262580 views
Confidence Score0%
0%

Problem

I have the full gnuwin32 installation on my Win7 box. From the shell (cmd.exe), I can execute from a directory and get a list of all the files recursively. What I am trying to do is find all files with filenames ending in . I would expect one of these to work: but the first one only gives me one re…

Error Output

c:\gnuwin32\bin\find.exe .

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why won't GNU find work recursively on Windows 7?

Low Risk

I never found a good answer regarding anything I can do to make gnuwin32 find work, but I found this answer with a workaround. Specifically, using the nearly-decade-old find.exe from UnxUtils seems to work.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment