Cynosureprime / rling

RLI Next Gen (Rling), a faster multi-threaded, feature rich alternative to rli found in hashcat utilities.
MIT License
81 stars 11 forks source link

Wildcard usage in windows #22

Open Shooter3k opened 3 years ago

Shooter3k commented 3 years ago

FYI - If you are trying to use a wildcard in Windows, you will need to use forward slashes instead of the (normal) windows backslashes

example: C:\temp\rling>rling combined.sorted combined.sorted.rling2 C:/already_run/batch1/ C:/already_run/batch2/.*

fa1rid commented 1 year ago

also if your path has spaces (quoted) then it will not work

Example: "E:/folder with space/*"

not found. Aborting (see -i option)