/quiet modify

Would you like Bulk Rename Command to offer new functionality? Post your comments here!

/quiet modify

Postby audiogalaxy » Fri Aug 21, 2009 5:57 am

Hallo, i really appreciate BRC.
I don't know if you have time or if you want to enhance (more? yes!) BRC...

it would be useful to mantain the /QUIET switch, it's good.
but it would be very useful to have another couple of.

/QUIETA

that don't show the files that don't need to be renamed: only files and directories that would be renamed or that can't be renamed have to be listed.

/QUIETB

that shows only the files that match but that couldn't be renamed.

If you think that all this can be done using a >text.log , find, findstr, sort and so on ... yes, this is right. Just think about it. ;-)
audiogalaxy
 
Posts: 23
Joined: Thu Nov 20, 2008 10:56 am

Re: /quiet modify

Postby Wilson » Mon Feb 27, 2012 10:12 pm

I know this thread is old but it needs to be revived because it is true that there should be more flexibility with /quiet.

I was processing lots of files with this great utility, and I wanted to know what changed, not what did not.
Adjusting the verbose would be a wonderful improvement.

Keep improving this great tool!
Wilson
 
Posts: 5
Joined: Mon Feb 27, 2012 7:23 pm

Re: /quiet modify

Postby audiogalaxy » Mon Nov 26, 2012 8:10 pm

Wilson wrote:I know this thread is old but it needs to be revived because it is true that there should be more flexibility with /quiet.

I was processing lots of files with this great utility, and I wanted to know what changed, not what did not.
Adjusting the verbose would be a wonderful improvement.

Keep improving this great tool!


I don't know if they are going to improve BRC anymore :-S

but it's good! :)
audiogalaxy
 
Posts: 23
Joined: Thu Nov 20, 2008 10:56 am

Re: /quiet modify

Postby truth » Sat Mar 08, 2014 1:50 am

For now, the easiest way is piping BRCs output through find:
BRC32 ____ | FIND "renamed to"

That only outputs lines with filenames that would-be (or were) renamed.
I pipe thru sed, since it can mod the output-lines, instead of just matching them.
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay


Return to Suggestions