FG
💻 Software

Wildcard for all subdirectories or all descendent directories in windows commandline

Fresh7 days ago
Mar 15, 202622670 views
Confidence Score0%
0%

Problem

I am missing the wildcard character for directories. From linux I have in mind that one can define a path like this: which includes all js files from all descendent directories in the scripts directory tree. includes all direct subdirectories of scripts/. In the windows command line this seems not …

Error Output

jslint scripts/**/*.js

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Wildcard for all subdirectories or all descendent directories in windows commandline

Low Risk

There isn't a wildcard that works the way it does in Unix/Linux. In the Windows command line or will list files and directories in the current directory. But you can't do You can do: You see it lists all the commands it would execute. It goes throug…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment