You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a tree structure in one folder, want to process files and then store basically the same folder structure with the processed files in a different place. I couldn't figure out how to do that with mv because it seems the regex only matches from the first subfolder down. I'm sure I'm just misunderstanding something, so I'd appreciate any advice
The text was updated successfully, but these errors were encountered:
Aha thanks, see I figured that shouldn't be so hard :) I completely missed rename, but probably because I was not thinking about "names" and it was not used in any of the examples I saw. The saving example uses a much fancier renaming scheme, maybe an additional simpler example for saving could also help here.
I have a tree structure in one folder, want to process files and then store basically the same folder structure with the processed files in a different place. I couldn't figure out how to do that with mv because it seems the regex only matches from the first subfolder down. I'm sure I'm just misunderstanding something, so I'd appreciate any advice
The text was updated successfully, but these errors were encountered: