-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when working on external drive #14
Comments
Interesting, I just tested and everything was fine (Linux desktop and USB HDD drive, path is Can you please paste some file names and matching pattern? |
[vj:/Volumes/SD-500G-SSD/br-on-ssd] $ ls [vj:/Volumes/SD-500G-SSD/br-on-ssd] $ brename -d -p "abcd" -r "xyz" $ cd -
[vj:/tmp/br-on-mac] $ ls [vj:/tmp/br-on-mac] $ brename -d -p "abcd" -r "xyz" |
I seem to have same issue on OSX 10.14 I got a fat32 formated drive and I'm test a folder. then i try a dry-run with this i get this in return
|
another example simply check for files with underscore
this is the tree
|
I also tried Recursive
Same result as above |
I think i can confirm it does run on either OSX fat32 or something else. I copied files from the TEXTURES folder to a local test folder and it runs just fine
I do notice, at the start if readme it says "." are ignored. So is that the issue? |
I have a USB SSD drive. I'm a folder in it similar to:
/Volumes/SD-250G-SSD/MyProject/MyFolder/MySubFolder/AndSubSubFolder
. brename commands don't work within it - it just doesn't match the patterns. If I copy the files, say, to /tmp and then run the same command, it works.The text was updated successfully, but these errors were encountered: