question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spent 1 hour trying to make this work:

renamer --insensitive --find 'mpeg4' --replace 'mp4' *

figured out this is the correct syntax:

renamer --insensitive --find mpeg4 --replace mp4 *

is it just me, or the doc is wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
75lbcommented, Jul 5, 2018

yes, on Windows you’ll need to use double-quotes - single quotes is a mac/linux thing.

I updated the README to use double-quotes instead.

1reaction
cvalierecommented, Jul 3, 2018

I’m on windows

the glob is not the issue, the issue is with the --find and --replace arguments

with quotes, it just does nothing without quotes, it works

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's Going On? | Doc McStuffins Wiki - Fandom
The song itself, usually performed by Doc, consists of a greeting (Hey), a general inquiry of what is happening (what's going on), an...
Read more >
Correcting E-Filing Mistakes - Northern District of California
I e-filed my document in the wrong case. I e-filed a duplicate document. My filing disclosed confidential information (e.g. trade secrets, social security ......
Read more >
Troubleshoot Google Docs, Sheets, Slides & Forms error ...
If you get an error message such as "Something went wrong. Reload" or "Unable to load file" preventing you from making edits on...
Read more >
What if I accidentally submitted the wrong document?
All submitted forms will go through an initial review process. Any document that is not required for your file will be removed from...
Read more >
Full Cast & Crew - The Wrong Goodbye (2009) - IMDb
"Doc Martin" The Wrong Goodbye (TV Episode 2009) cast and crew credits, including actors, actresses, directors, writers and more.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found