Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Search by Specific KIND???

Search by Specific KIND???
Thread Tools
oy
Fresh-Faced Recruit
Join Date: Jun 1999
Location: Edmonton, Alberta, cAnda
Status: Offline
Reply With Quote
Dec 30, 2002, 01:56 AM
 
Hello,
Back in MacOS 9- you could search by specific KIND/TYPE, ie. Show me all the files of KIND "APPL", or "LWFN".

In 10.2 the find dialog only lets you choose from a few defined KINDs, document, folder, etc.

How can one regain the old functionality of 9?

Ie. I want to search a specific folder on my drive for all the files of KIND "LWFN."

Thanks
     
Registered User
Join Date: May 2002
Location: Close to the sea and a place with a big, big castle...
Status: Offline
Reply With Quote
Dec 30, 2002, 05:46 AM
 
The Finder in 10.2.3 i smuch improved and has the 'Find' function, perhaps this is what you seek? Haven't used OS9 much myself, so can't compare;

     
Mac Elite
Join Date: May 2001
Location: Earth
Status: Offline
Reply With Quote
Dec 30, 2002, 06:08 AM
 
I guess you'll have to wait for OS X 10.3
     
JLL
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status: Offline
Reply With Quote
Dec 30, 2002, 08:42 AM
 
Originally posted by pat++:
I guess you'll have to wait for OS X 10.3
Why? Try and look at the find dialog again - it's been in there since 10.0.
JLL

- My opinions may have changed, but not the fact that I am right.
     
Addicted to MacNN
Join Date: Apr 2001
Location: europe
Status: Offline
Reply With Quote
Dec 30, 2002, 09:39 AM
 
Originally posted by JLL:
Why? Try and look at the find dialog again - it's been in there since 10.0.
It's new in Jaguar.

Didn't you read the original post? The problem is that the kinds are limited to a few presets.

Searching by kind is delicate in Mac OS X since the HFS file type is half depricated.
Nasrudin sat on a river bank when someone shouted to him from the opposite side: "Hey! how do I get across?" "You are across!" Nasrudin shouted back.
     
JLL
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status: Offline
Reply With Quote
Dec 30, 2002, 02:21 PM
 
Originally posted by Developer:
It's new in Jaguar.

Didn't you read the original post? The problem is that the kinds are limited to a few presets.

Searching by kind is delicate in Mac OS X since the HFS file type is half depricated.
That's why there is 'extension' among the choices - if an app doesn't support Type and Creator, it should save files with extensions.

If you delete the extensions yourself - well, that's your problem.
JLL

- My opinions may have changed, but not the fact that I am right.
     
Addicted to MacNN
Join Date: Apr 2001
Location: europe
Status: Offline
Reply With Quote
Dec 30, 2002, 02:36 PM
 
Originally posted by JLL:
If you delete the extensions yourself - well, that's your problem.
This thread is not about accidental deltion of filename extensions, this thread is about finding files.

For JPEGs for example this requires a search for 'JPEG' file type or .jpg or .jpeg extension. For the majority of the users this is too complicated.

That's likely why the Finder only offers a few predefined kind types to search for (until it can grab the document types from LaunchServices and search for any type/extension that may be registered for each document type).
Nasrudin sat on a river bank when someone shouted to him from the opposite side: "Hey! how do I get across?" "You are across!" Nasrudin shouted back.
     
JLL
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status: Offline
Reply With Quote
Dec 30, 2002, 03:05 PM
 
Originally posted by Developer:
This thread is not about accidental deltion of filename extensions, this thread is about finding files.
Sorry, but deleting an extension by accident is almost impossible for a regular user (deleting it in the Finder only hides it).


Originally posted by Developer:
For JPEGs for example this requires a search for 'JPEG' file type or .jpg or .jpeg extension. For the majority of the users this is too complicated.
It depends on the user. New Mac users that have only used Mac OS X won't have many JPEG files with a creator.



Originally posted by Developer:
(until it can grab the document types from LaunchServices and search for any type/extension that may be registered for each document type).
Great idea.
JLL

- My opinions may have changed, but not the fact that I am right.
     
oy  (op)
Fresh-Faced Recruit
Join Date: Jun 1999
Location: Edmonton, Alberta, cAnda
Status: Offline
Reply With Quote
Dec 30, 2002, 04:17 PM
 
Unfortunatley the files i'm searching for don't have, and never had, file extesnions. I'm trying to seperate a bunch of Postscript fonts from their Truetype equivalents. The files are all in folders, and subfolders, in OS 9 (which i unfortunatley didn't install) i would have been able to do this using the find command.

Any ideas on how to solve this problem?

Thanks
     
JLL
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status: Offline
Reply With Quote
Dec 30, 2002, 04:43 PM
 
Originally posted by oy:
Unfortunatley the files i'm searching for don't have, and never had, file extesnions. I'm trying to seperate a bunch of Postscript fonts from their Truetype equivalents. The files are all in folders, and subfolders, in OS 9 (which i unfortunatley didn't install) i would have been able to do this using the find command.

Any ideas on how to solve this problem?

Thanks
I can find 20 apps that can change type/creator but none that can find files using type/creator.
JLL

- My opinions may have changed, but not the fact that I am right.
     
Senior User
Join Date: Dec 2001
Status: Offline
Reply With Quote
Dec 30, 2002, 05:18 PM
 
Originally posted by JLL:
I can find 20 apps that can change type/creator but none that can find files using type/creator.
FileBuddy
"Think Different. Like The Rest Of Us."

iBook G4/1.2GHz | 1.25GB | 60GB | Mac OS X 10.4.2
Athlon XP 2500+/1.83GHz | 1GB PC3200 | 120GB | Windows XP
     
Sal
Dedicated MacNNer
Join Date: Sep 2000
Location: Cupertino, CA USA
Status: Offline
Reply With Quote
Dec 31, 2002, 09:13 AM
 
Originally posted by JLL:
I can find 20 apps that can change type/creator but none that can find files using type/creator.
How about using AppleScript?

tell application "Finder"
set these_items to every document file of (choose folder) whose file type is "JPEG"
end tell
     
JLL
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status: Offline
Reply With Quote
Dec 31, 2002, 09:18 AM
 
Originally posted by Sal:
How about using AppleScript?

tell application "Finder"
set these_items to every document file of (choose folder) whose file type is "JPEG"
end tell
JLL

- My opinions may have changed, but not the fact that I am right.
     
oy  (op)
Fresh-Faced Recruit
Join Date: Jun 1999
Location: Edmonton, Alberta, cAnda
Status: Offline
Reply With Quote
Dec 31, 2002, 03:24 PM
 
Originally posted by macmike42:
FileBuddy
Perfect! Does exactly what I want.

Thank you very much.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:49 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2