Skip to content
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

Research recursive file naming #Help #Question #36

Open
ldexterldesign opened this issue Aug 21, 2018 · 4 comments
Open

Research recursive file naming #Help #Question #36

ldexterldesign opened this issue Aug 21, 2018 · 4 comments

Comments

@ldexterldesign
Copy link

Hi all,

Hope you're well

Thanks for software

How would one go about renaming files recursively within a folder structure?

Since there's no features relating to this in the documentation I assume this isn't possible (yet) so I reached for (my limited) shell/bash knowledge:

find . -type d | xargs massren

Currently I only get an instance for the working directory but I expect a recursive instance per directory - can anyone make this useful?

Hope this is clear/useful and hope to hear back

Keep up great work!

Cheers

@ldexterldesign
Copy link
Author

BUMP

1 similar comment
@ldexterldesign
Copy link
Author

BUMP

@laurent22
Copy link
Owner

Yes it's not currently supported. Maybe a bash file with a simple for loop would work? I don't know the xargs command well enough to know what it will do in combination with massren.

@ldexterldesign
Copy link
Author

Cheers for reply

K, I'll post back if I find a solution

In the meantime, I'd appreciate if you left this issue open in case someone else can offer a solution

Keep up great work!

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants