THE BORE

General => The Superdeep Borehole => Topic started by: Billy Rygar on May 03, 2012, 03:47:11 PM

Title: Idiot Question
Post by: Billy Rygar on May 03, 2012, 03:47:11 PM
So I'm staring at a huge chunk of pdf files with bad naming conventions.  I need to find a few specific one.  The pdfs are named after people, but the convention is 1DEMI.pdf.  Putting in DEMI into the search box gives me nothing.  WHAT THE FUCK MICROSOFT. 
Title: Re: Idiot Question
Post by: demi on May 03, 2012, 03:51:23 PM
Do they show up if you do *.pdf
Title: Re: Idiot Question
Post by: demi on May 03, 2012, 03:56:29 PM
Have you tried something like this?

(http://i.imgur.com/dzDcu.jpg)

Or replace "demi" with "*demi" (wildcards)
Title: Re: Idiot Question
Post by: Van Cruncheon on May 03, 2012, 04:06:37 PM
not even *demi.pdf?
Title: Re: Idiot Question
Post by: CajoleJuice on May 03, 2012, 04:12:23 PM
lol windows

oh wait that's not my usual schtick, shit
Title: Re: Idiot Question
Post by: Howard Alan Treesong on May 03, 2012, 04:21:16 PM
*demi.pdf should definitely work ... maybe make sure the directory they're stored in has been indexed for searching?
Title: Re: Idiot Question
Post by: recursivelyenumerable on May 03, 2012, 06:06:20 PM
"filename:*demi" should work, whether it's been indexed or not
Title: Re: Idiot Question
Post by: Ganhyun on May 03, 2012, 06:13:35 PM
"filename:*demi" should work, whether it's been indexed or not

This.

I wonder if its some sort of Adobe issue then.

Edit: As in, something with how Adobe saves the data for these files is blocking the search.
Title: Re: Idiot Question
Post by: recursivelyenumerable on May 03, 2012, 06:39:56 PM
"filename:*demi" should work, whether it's been indexed or not

This.

I wonder if its some sort of Adobe issue then.

Edit: As in, something with how Adobe saves the data for these files is blocking the search.

That doesn't make any sense for the filename, though.

Anyway, I'd recommend using wingrep or something as borys suggested. Or you could do a "gci -r | ? {$_.Name -like '*demi*.pdf' }" in powershell.
Title: Re: Idiot Question
Post by: Eel O'Brian on May 03, 2012, 07:08:37 PM
run the entire folder through a file renaming program and remove all the numbers