Author Topic: Idiot Question  (Read 868 times)

0 Members and 1 Guest are viewing this topic.

Billy Rygar

  • Member
Idiot Question
« 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. 

demi

  • cooler than willco
  • Administrator
Re: Idiot Question
« Reply #1 on: May 03, 2012, 03:51:23 PM »
Do they show up if you do *.pdf
fat

demi

  • cooler than willco
  • Administrator
Re: Idiot Question
« Reply #2 on: May 03, 2012, 03:56:29 PM »
Have you tried something like this?



Or replace "demi" with "*demi" (wildcards)
fat

Van Cruncheon

  • live mas or die trying
  • Banned
Re: Idiot Question
« Reply #3 on: May 03, 2012, 04:06:37 PM »
not even *demi.pdf?
duc

CajoleJuice

  • kill me
  • Icon
Re: Idiot Question
« Reply #4 on: May 03, 2012, 04:12:23 PM »
lol windows

oh wait that's not my usual schtick, shit
AMC

Howard Alan Treesong

  • キング・メタル・ドラゴン
  • Icon
Re: Idiot Question
« Reply #5 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?
乱学者

recursivelyenumerable

  • you might think that; I couldn't possibly comment
  • Senior Member
Re: Idiot Question
« Reply #6 on: May 03, 2012, 06:06:20 PM »
"filename:*demi" should work, whether it's been indexed or not
QED

Ganhyun

  • Used to worship Muckhole. Now worships Robo.
  • Senior Member
Re: Idiot Question
« Reply #7 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.
XDF

recursivelyenumerable

  • you might think that; I couldn't possibly comment
  • Senior Member
Re: Idiot Question
« Reply #8 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.
« Last Edit: May 03, 2012, 06:42:39 PM by recursivelyenumerable »
QED

Eel O'Brian

  • Southern Permasexual
  • Senior Member
Re: Idiot Question
« Reply #9 on: May 03, 2012, 07:08:37 PM »
run the entire folder through a file renaming program and remove all the numbers
sup