Set find command defaults in finder

Hello.
When calling the find command in finder (cmd-f), search criteria are by default set to Kind is Any. I'd like to add some, e.g. Sytem files are included (instead of having to do this manually in almost every search). Can't find anything on this in the net. Would there be a way to do this?
Thanks

Set your criteria, then click the little save button in the row just under the toolbar in the Find window. Name the search set. This will save the criteria for use again.
If you also set the option to show the saved search in the Sidebar, you can easily access it the next time you need it.

Similar Messages

  • Change the Finder search default to Find by Name (search by file name) rather than Find by Content

    I just discovered another way to set the finder Find option to default to "find by name" (search by file name). I'm using Mac OS X 10.8.5 Mountain Lion. I'm not sure if this works on other OS versions, but it probably does.
    Here's a step by step:
    #1: Open System Preferences
    #2: Click on "Keyboard"
    #3: Click on "Keyboard Shortcuts"
    #4: Click on "Application Shortcuts" (on my system this was the last item located on the left-hand side window)
    #5: Click the little "+" right below the right-hand side window
    #6: Click on the "Application" menu and choose "finder.app"
    #7: Click into the field "Menu Title:" and type "Find by Name..." (Type it exactly like that including the three dots. Don't type the quotes BTW.)
    #8: Click into the field "Keyboard Shortcut:" and press the command-key and F at the same time. It should look like this ⌘F
    #9: Close System Preferences
    That's it. Basically what you are doing is remapping the command-F key (⌘F) to "Find By Name".
    I tried to post this to other previous discussions asking this same question, but they were all locked.

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Find command doesn't find embedded string, only initial string

    iMac 5K, Yosemite
    In Safari and Preview, I note a change from earlier versions. When I use the cmd-F Find command to search the contents of a page or document, it finds only cases where the search string is at the beginning of a word, not when it is in the middle. This can be really a problem for some kinds of searches, for example when you know the root word but can't anticipate all of the prefixes that could be used in the document.
    Silly example: search for "fringe" does not find the word "infringement".
    This is really disconcerting, especially as it marks a big invisible change over how string searching has worked since time immemorial (try searching for "memorial". Hah.)
    I don't see any preference that would let me specify what kind of searching I want to do. There needs to be at least a preference. Or a big warning that says, oh by the way, just because you didn't find it, doesn't mean it isn't there.

    Did you read my hint at http://www.macosxhints.com/article.php?story=20080229204517495 ?

  • Cannot find command in Finder: Go Connect to Server

    I recently read about creating a Finder shortcut to an iDisk-like service that allows you to mount an 'internet hard drive' on your desktop. The first step is to use the Finder's Go > Connect to Server menu item. Uh, what? I don't see it. Why?

    I should have mentioned that the command provides no output if it succeeds, but will give an error if the key isn't found - so when you say you saw the error after the second command, does that mean there was no error after the first? The commands were intended to attempt to delete ProhibitConnectTo' property from two files where it is known that the key will be recognized but the property wouldn't necessarily be exepcted to exist in both.
    Knowing that the affected account is "admin" is helpful because it pretty much rules out user limitations (an "admin" account normally can't be "managed"). The fact that only the original account is affected does narrow things down considerably since it rules out a "Finder.app" Menus.nib hack. It also suggests that if a ".plist" file is responsible, it will be one in the user's folder, ruling out one in eg. "/Library/Preferences".
    A couple of quick tests - try moving the com.apple.finder.plist file from the affected user's "~/Library/Preferences" folder and logging out and back in (some "Finder" prefs will need to be reset). The output from these commands might indicate if the 'ProhibitConnectTo' setting is hidden in other ".plist" files in your "home" folder:<pre>defaults find ProhibitConnectTo
    defaults -currentHost find ProhibitConnectTo</pre>Or, to take a really broad approach, try moving the entire "~/Library/Preferences" folder, moving it temporarily to the "Desktop" and logging out and back in again. If the menu item appears, you should be able to gradually add back your original preferences in small groups, (restarting the "Finder" and checking the menu as you go) so that you don't have to reconfigure all of your settings...

  • Find command make me crazy

    Hi Folks,
    Find command make me crazy
    Solaris 9
    Kernel patch 118558-34
    1) 2 Find command /usr/bin/find and /usr/local/bin/find
    # ls -lh /usr/bin/find
    -r-xr-xr-x 1 root bin 20K Apr 6 2002 /usr/bin/find
    # ls -lh /usr/local/bin/find
    -rwxr-xr-x 1 root bin 328K Jun 21 2002 /usr/local/bin/find
    What is the actual different b/w these two find commands
    2) For non root account users use /usr/local/bin/find command (by default) and give the following error when I try to remove the file with find command.
    /usr/local/bin/find . -mtime +1 -exec ls -lh {} \;
    Value too large for defined data type
    Value too large for defined data type
    Value too large for defined data type
    Value too large for defined data type
    Value too large for defined data type
    If I use, /usr/bin/find . -mtime +1 -exec ls -lh {} \; --> this works
    if I just just find command it shows permission denied
    $ /usr/bin/find . -print
    /usr/bin/find: cannot open .: Permission denied
    The complete directory path has enough permission.

    $ truss /usr/bin/find . -print
    execve("/usr/bin/find", 0xFFBFFA9C, 0xFFBFFAAC) argc = 3
    resolvepath("/usr/lib/ld.so.1", "/usr/lib/ld.so.1", 1023) = 16
    resolvepath("/usr/bin/find", "/usr/bin/find", 1023) = 13
    stat("/usr/bin/find", 0xFFBFF870) = 0
    open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    stat("/usr/lib/libc.so.1", 0xFFBFF378) = 0
    resolvepath("/usr/lib/libc.so.1", "/usr/lib/libc.so.1", 1023) = 18
    open("/usr/lib/libc.so.1", O_RDONLY) = 3
    mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    mmap(0x00010000, 802816, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    mmap(0xFF280000, 702900, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF280000
    mmap(0xFF33C000, 24688, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 704512) = 0xFF33C000
    munmap(0xFF32C000, 65536) = 0
    memcntl(0xFF280000, 117444, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/usr/lib/libdl.so.1", 0xFFBFF378) = 0
    resolvepath("/usr/lib/libdl.so.1", "/usr/lib/libdl.so.1", 1023) = 19
    open("/usr/lib/libdl.so.1", O_RDONLY) = 3
    mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    mmap(0x00002000, 8192, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3FA000
    mmap(0xFF3FA000, 1894, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3FA000
    close(3) = 0
    stat("/usr/platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1", 0xFFBFF088) = 0
    resolvepath("/usr/platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1", "/usr/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 41
    open("/usr/platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1", O_RDONLY) = 3
    mmap(0xFF3A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF3A0000
    close(3) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF390000
    getustack(0xFFBFF6B4)
    getrlimit(RLIMIT_STACK, 0xFFBFF6AC) = 0
    getcontext(0xFFBFF4E8)
    setustack(0xFF343A74)
    brk(0x000261C0) = 0
    brk(0x000281C0) = 0
    time() = 1346071131
    open(".", O_RDONLY|O_LARGEFILE) = 3
    fstat64(3, 0xFFBFEF48) = 0
    close(3) = 0
    open("./..", O_RDONLY|O_NDELAY|O_LARGEFILE) = 3
    fstat64(3, 0xFFBFEF48) = 0
    getdents64(3, 0xFFBFC4F8, 8192) = 824
    close(3) = 0
    open("./../..", O_RDONLY|O_NDELAY|O_LARGEFILE) = 3
    fstat64(3, 0xFFBFEF48) = 0
    getdents64(3, 0xFFBFC4F8, 8192) = 176
    close(3) = 0
    open("./../../..", O_RDONLY|O_NDELAY|O_LARGEFILE) Err#13 EACCES
    fstat64(2, 0xFFBFEAE8) = 0
    /usr/bin/findwrite(2, " / u s r / b i n / f i n".., 13) = 13
    : cannot open write(2, " : c a n n o t o p e".., 14) = 14
    .: write(2, " . : ", 3) = 3
    Permission deniedwrite(2, " P e r m i s s i o n d".., 17) = 17
    write(2, "\n", 1) = 1
    _exit(1)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • A Unix question: find command

    Hi all,
    Sorry for posting a Unix question here.
    In the following directory I have:
    /opt/SonicSoftware/SonicMQ/samples/TopicPubSub/DurableChat>ls
    DurableChat.class DurableChat.java Readme.txt
    However, if I try:
    /opt/SonicSoftware>find -iname DurableChat.class
    The path can not be found, it just gives me the prompt back; I don't know what the reason is. Any idea?

    I'm just wondering can the symbolic link be the
    reason that class file can not be found (I guess, not
    though, b/c other classes can be found):What do you mean "not found"?
    Do you mean why the find command isn't finding it? Yes, that's why. But now that you know, you can use -follow.
    Or do you mean the VM is unable to find the class at runtime? I'm almost certain the classloader can follow symbolic links in the classpath, so I don't think that's the problem.
    >
    /opt/SonicSoftware/SonicMQ/samples/TopicPubSub/Chat>..
    /../SonicMQ.sh DurableChat -u AlwaysUp
    Exception in thread "main"
    java.lang.NoClassDefFoundError: DurableChat
    Should I change the path that it won't be symbolic
    anymore?Try it and see if it fixes it. I'd be surprised, but you never know. If making it not a link fixes it, then maybe that's what you have to do. If it doesn't fix it, then you know you have to look somewhere else.

  • Find command not working

    I'm using Adobe Reader X and the find command is not finding words that I know are in the document. (It's also not working with Adobe Acrobat X.) It's not a scanned document and when I try with Adobe Reader 8 on another computer, it finds the words without any problem. Advanced Search also doesn't work.

    Make sure you update to the latest version of both Reader and Acrobat.

  • I can't play wmv files on my mac.  I've downloaded Flip4Mac and set as the default player by clicking on a wmv file in Finder and clicking Command   I. Nothing is working, Help please.

    I've downloaded Flip4Mac and set as the default player by clicking on a wmv file in Finder and clicking Command   I. Nothing is working, Help please.

    Limnos,
    Thanks for your reply. I tried that too and it still doesnt work.  When I click on the wmv file it opens up in a new browser page. There is sound but no video.
    Thank you

  • Incomplete Finder find command results

    In Tiger I would use the search box in any Finder window to look for files. It would do a decent job of sorting and it displayed results sorted by "type" of file. With Leopard I cannot find folders or files in the user's Library folder (and other places). Is there a way to get Finder's find command to do a more thorough search? BTW I usually look for folders and files by name.

    system files are excluded from searches by default. to include them do the following.
    type command+f to bring up a search window. Click on "kind", scroll down and select "Other". in the resulting popup choose "system files" and set to include.

  • Finder Find command is suddenly not speedy and works weirdly

    I have a number of small, and one large, problems when I use command-F to find things in the Finder.
    After upgrading to Leopard from Tiger, like all users I experienced a WONDERFUL increase in the usefulness of this command. So I use it a lot, and for a long time it worked perfectly. My current problem is that when I type command-F, it opens a new finder window, and...
    (1) ... when I click on the box to type the words I want to find, the insertion point doesn't appear, but the letters do appear there after I type something [minor], and...
    (2) ... a FEW results of the search do appear instantly, but the window seems to enter a semi-frozen state [major; see below], and ...
    (3) ... the Finder window which is finding shows signs of being inactive (scroll bar bubble is gray, not colored; columns do not sort when column header is clicked); window is in some ways unresponsive [middling], and ...
    (4) ... after awhile (often as long as 30 or 40 seconds) the window suddenly finishes whatever was holding it up and the full set of results appear, the scroll bar bubble becomes colored, column-header-clicking sorts the column instantly.
    In short, there is now a long, weird, semi-inactive period between the initial appearance of a few Find results and the final appearance of the entire list, when I have gotten used to the seemingly 100% instantaneous appearance of a Find request's results. I'm spoiled, and I want my wonderful Find command back!
    The only thing I can think of that I might have done to contribute to this is that I HATE the behavior of the Finder searching using the title bar's oval Find window, so I removed that part from the default window setup. That is, I've changed my preferences so that when a new Finder window appears, there is no oval Find window in its upper right-hand corner. Thus, when I type command-F the Finder notices that there is no Find window to put the insertion point into, so it opens a few window with a search field at the top (the "Search for" box). (And then it refuses to put an insertion point into the window where I'm supposed to type the Search string.)
    Am I being clear?

    Did you read my hint at http://www.macosxhints.com/article.php?story=20080229204517495 ?

  • Please Help.  compare two excel files.  Can't get the find command to work

    Hello, I'm new to applescript.  I'm trying to write a script to compare column B of one excel file to column B of the another excel file.
    I will have to had a repeat loop to proceed down the column but I'm stuck on the find command. 
    Below is some of the code I have so far.  The applescript error message is "Microsoft Excel got an error: The object you are trying to access does not exist. It highlights the find column." 
    set patientFile to choose file with prompt "Please select the patient Excel file:"
    set patientName to name of (info for patientFile)
    tell application "Microsoft Excel"
    open patientFile
    set thepatientFile to workbook patientName
    end tell
    display dialog "Is your patient SNP data in column B of the " & " " & patientName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
    display dialog "Please put your data in column B" buttons {"Cancel"} default button 1
    if the button returned of the result is "Cancel" then
    end if
    else
    display dialog "Is column E empty? The results of this program will be stored in column E of the" & " " & patientName & " " & "excel file." buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
      display dialog "Please put your data in empty column E" buttons {"Cancel"} default button 1
      if the button returned of the result is "Cancel" then
      end if
    else
      set relativeFile to choose file with prompt "Please select the relative Excel file:"
      set relativeName to name of (info for relativeFile)
      tell application "Microsoft Excel"
      open relativeFile
      set therelativeFile to workbook relativeName
      end tell
    end if
    end if
    display dialog "Is your relative SNP data in column B of the" & " " & relativeName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
    display dialog "Please put your data in column B" buttons {"Cancel"} default button 1
    if the button returned of the result is "Cancel" then
    end if
    else
    display dialog "Does column C contain the result data you would like copied from" & " " & relativeName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
      display dialog "Please put the data you would like copied in column C." buttons {"Cancel"} default button 1
      if the button returned of the result is "Cancel" then
      end if
    else
      tell application "Microsoft Excel"
      activate object workbook patientName
      copy value of cell "A1" to cellPatientFile
      find (range "B:B" of workbook relativeName) what cellPatientFile
      if cellPatientFile is true then
      set bold of font object of cellPatientFile to true
      end if
      end tell
    end if
    end if
    Does any one have any hints towards solving this problem?  Thank you for any help.

    Hi,
    taffners wrote:
    Thank you everyone for your help.  I attached my code.  It works now but kinda slow.  Does anyone have any hints on making it faster.
    Important : when you use the find command, it's preferable to use the properties ( look in and look at).
    Example : find searchRange what searchTerm look in values look at whole
    Otherwise, it will search according to the criteria of your last find.
    Example, if you uncheck 'Find entire cells only', and after that you run the script,
    find column 2 what 10.0 -->  match 110.0 or 1110.0 or 310.0, .... , because it look at part.
    set screen updating to false : Yes it improves the speed.
    Here are my tests (no duplicate values in the Excel column ) on old computer (Powermac G5) .
    set screen updating to false without any activate object command
    2000 rows --> 3.7 minutes,  your script : 11.5 minutes
    4000 rows --> 7.5 minutes, your script : 23 minutes
    8000 rows --> 15 minutes,  your script : 46 minutes
    But, it's faster to search through a list without using the Excel find command, no need to set the screen updating, You can continue working on the workbook or another workbook, this will not disturb the script.
    Tests on my script :
    2000 rows --> 4 seconds
    4000 rows --> 21 seconds
    8000 rows --> 1.3 minutes
    17000 rows --> 6 minutes
    Here is the script :
    main()
    display dialog "Done"
    on main()
          script o
                property patientSNP_list : {}
                property relativeSNP_list : {}
                property resultsList : {}
                property copyAnswerList : {}
                on findLookAtWhole(value) -- case sensitive
                      set {low, high} to {1, count my relativeSNP_list}
                      considering case
                            repeat while low ≠ high
                                  set mid_ to (low + high) div 2
                                  if value is in items low thru mid_ of my relativeSNP_list then
                                        set high to mid_
                                  else
                                        set low to mid_ + 1
                                  end if
                            end repeat
                      end considering
                      if (item low of my relativeSNP_list is value) then
                            set end of my resultsList to item low of my copyAnswerList
                      else
                            set end of my resultsList to {"no"}
                      end if
                end findLookAtWhole
          end script
          --opens File1.  Names it patientName
          set patientFile to choose file with prompt "Please select the patient Excel file:"
          set patientName to name of (info for patientFile)
          tell application "Microsoft Excel"
                open patientFile
                set thepatientFile to workbook patientName
                set patientSheet to sheet (name of active sheet) of thepatientFile
          end tell
          --This Dialog assigns where the data is stored for file1
          display dialog "What Column is your patient SNP data of the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set PatientSNPCol to (text returned of the result)
          --This Dialog assigns what row your data starts at for file1
          display dialog "What row does your patient SNP data start in the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set patientSNPRow to (text returned of the result)
          set patientStartCell to PatientSNPCol & patientSNPRow
          --This Dialog assigns the last row of data for file1
          display dialog "What row is the last row of you patient SNP data start of the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set patientLastRow to (text returned of the result)
          set patientLastCell to PatientSNPCol & patientLastRow
          --This Dialog assigns the location of the data copied from file2
          display dialog "What column would you like the results of this program stored in of the" & " " & patientName & " " & "excel file." default answer "" buttons {"submit"} default button 1
          set resultsLocation to (text returned of the result)
          --opens File2.  Names it relativeName
          set relativeFile to choose file with prompt "Please select the relative Excel file:"
          set relativeName to name of (info for relativeFile)
          tell application "Microsoft Excel"
                open relativeFile
                set therelativeFile to workbook relativeName
                set relativeSheet to sheet (name of active sheet) of therelativeFile
          end tell
          --This dialog assigns the column of data in file2
          display dialog "What Column is your relative SNP data of the " & " " & relativeName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set relativeSNPCol to (text returned of the result)
          --This dialog assigns the column of data begining copied to excel file1.
          display dialog "What Column contains the data you would like copied to the " & " " & patientName & " " & "excel file in column" & " " & resultsLocation & " " & "?" default answer "" buttons {"submit"} default button 1
          set copyAnswer to (text returned of the result)
          tell application "Microsoft Excel" -- get values
                set o's patientSNP_list to value of range (PatientSNPCol & patientSNPRow & ":" & PatientSNPCol & patientLastRow) of patientSheet
                set lastrow to first row index of (last cell of used range of relativeSheet)
                set o's relativeSNP_list to value of range (relativeSNPCol & "1:" & relativeSNPCol & lastrow) of relativeSheet
                set o's copyAnswerList to value of range (copyAnswer & "1:" & copyAnswer & lastrow) of relativeSheet
          end tell
          set tc to (count o's relativeSNP_list)
          repeat with i from 1 to tc --convert list of lists to one list
                set item i of o's relativeSNP_list to item 1 of item i of o's relativeSNP_list
          end repeat
          set tc to (count o's patientSNP_list)
          repeat with i from 1 to tc -- AppleScript find method, not the Excel Find
                o's findLookAtWhole(item 1 of (item i of o's patientSNP_list))
          end repeat
          tell application "Microsoft Excel" -- set values
                set value of range (resultsLocation & patientSNPRow & ":" & resultsLocation & patientLastRow) of patientSheet to o's resultsList
          end tell
    end main
    If you have lots of rows and you want it to go faster.
    I have another script that uses the power of (/usr/bin/awk and his associative arrays) in a do shell script
    17000 rows --> awk : 2 seconds, applescript : 6 seconds, total : 8 seconds
    34000 rows --> awk : 3 seconds, applescript : 11 seconds, total : 14 seconds

  • Self-created invisible system file not found via Finder's Find command

    I need to see what is being created on my hard disk. To achieve that, I create a test file, call it .new in TextEdit, remove the hidden .rtf extension, and place it in one of the folders in /Library/Application Support. Then, I use Finders Find command, and ask to search This Mac, Created date: today, System files are included, File visibility Visible or Invisible, leaving the input field (for file contents or name) blank. The newly created file isn't found. I type its name into the input field, with the same result. I change its name to .new.plist . Same result. Suspecting that "System files" acutally means system files and doesn't include the Library on the top level, I place that same item in /System/Library/PodcastProducer. Same result.
    Seriously, this is entirely incomprehensible. The Find command obviously doesn't do what it says it does. Could anyone tell me how to get it to, or name some alternative?
    Thanks a lot.

    Actually you CAN get ressults for .whatever files and folders. I created a saved search for my home folder with the criterion of "File visibility::Invisible Items" and then "None of the following are true::Name contains" DS_Store, Icon or localized. The result is a list of 65 invisible items including things such as the files /Users/francine/Library/Preferences/ByHost/.GlobalPreferences.0017f20dca84.plis t (a dot file), /Users/francine/Library/Preferences/com.freeverse.5012 (something with the invisible flag set), the dot folder /Users/francine/.fontconfig, and many others of all of these types. I thought it was interesting that lots of them were inside the ~/Library folder, even though I did NOT specify including system files.
    I don't know why the original poster can't get Spotlight, using the the Command-f method, to display dot files. When I was setting my own invisible items search up I did manage to crash the Finder once, so it may be that the query for invisible items is buggy. Here's the Raw Query:
    (true) && (((kMDItemFSInvisible = 1) && (!((kMDItemDisplayName = "\DS_Store"cd) || (kMDItemDisplayName = "\Icon"cd) || (kMDItemDisplayName = "\localized"cd)))))
    If you go to a folder, do Command-f, then change from the default "Kind" to "Raw Query" and paste the above in as the query, you ought to get all the invisible files and folders, except the .DS_Store, Icon and localized files (of which there are likely hundreds of 'em in your home folder).
    Francine
    Francine
    Schwieder

  • Solaris 10 crashes while running find command

    I have set up solaris 10 on an intel machine. When I run "find" command the system crashes.
    Please Help
    Thanks in advance

    Hi please help me I almost despair,
    I have experienced the same problem. When I try to find a file without specifying location (using the shortcut on default desktop in JDS with mouse) the application crashes.
    Thereafter I'm not even able to shut down the system as the mouse doesn't seem to react anymore (can point but not click).
    I was logged on as root. However maybe it matters that I only just installed Solaris 10 and as I'm a complete beginner with Solaris I don't know if any post-installation configuration is required. Furthermore the same happens with the "Desktop Overview" shortcut (the book icon with the questionmark that appears by default after new installation).
    I have chosen the default installation.
    System info:
    nforce4 motherboard, 2GB RAM
    Athlon 64 3800+ x2
    Asus geforce 6600gt, driver not yet installed
    D-link DWL-G520 wireless pci card, Atheros driver not yet installed (from opensolaris.org)
    IDE hard drive for SOLARIS 10
    SATA Raid 0 of 2 drives on sil3114 for WIN XP
    It would be very kind if someone could help me. I installed Solaris as Ithought it was more stable than Win but probably I am just doing something wrong.

  • ABAP Find Command

    When we upgraded our SAPGUI to 640 (from I believe 620), we noticed one new “feature”. In the ABAP editor in display mode, if you press the find button (or CTL F), you get a popup that asks for the string and has two radio buttons for the direction (up and down). Up is the default. Most of the people I know would rather have the default as down, but I haven’t been able to find any place to change this setting.
    Do you know of any way to change the default of the find command to down?
    Rob
    Message was edited by:
            Rob Burbank

    Hi!
    An another way to find something: in SE38, give the program name, and choose menu Tools - Search in source code.
    If you want to serch in more program click on the multiple selection beside the global in program line and enter Z* in the first line which appears.
    Emm, to change the direction seems not any easy, but for me it is working correctly.
    Regards
    Tamás
    Message was edited by:
            Tamás Nyisztor

  • "Find" command in Appleworks word processing--make results truly visible

    Hello, newbie here, so maybe this is the oldest gripe in the Appleworks 6 book.
    When I scrub a word document with the "Find" command, the hits are darn near impossible to see. Just a very faint outline. Is there some command that can bulk up the "found" box on the document, or perhaps fill it with an opaque yellow or some such?
    I really would like to save an hour or so of my lifetime by not glaring at the screen trying to spot the so-called "Find."
    My color vision is not perfect (the case with about 10% or men), so that might contribute to my problem. But if so, software developers should have a little more on the ball and avoid this.
    Many thanks,
    Rick Reed

    Hi Rick,
    Welcome to Apple Discussions and the AppleWorks forum.
    Definitely not the oldest complaint in the AW 6 book, as it's an OS X issue rather than an AppleWorks one. The rectangular outline that you (don't) see is a default highlight condition for a non-active window. When you are using the Find/Change dialogue that dialogue is the Active (ie. Front) window, and all others, including the window in which the search is taking place, are Inactive.
    While there's no cure for the problem, there are two things you can do to 1. work around it or 2. improve the situation.
    1. Move the Find/Change dialogue to a place where it will still be visible (ie. clickable) when you bring the document window to the front. Click on the document to bring it forward (and make the selection more visible); click the dialogue to continue the Find.
    2. You can set the system highlight colour in System Preferences > Appearence. The preset choices are all in the pastel range, but choose Other and you'll get the Colour Picker where you can choose a more intense colour. There is a trade-off here, though—the more saturated colours will make it difficult or impossible to read the highlighted word in the document when the window is active.
    Regards,
    Barry

Maybe you are looking for

  • Technical fields in Expert Routine

    Hi, I need to write an Expert Transformation Routine to upload data into a DSO from a Generic Data Source. The Result Package has the following technical fields:      Field: SID SID.         SID           TYPE RSSID,      Field: DATAPAKID Data packet

  • Using '(' and less than operator in an xsql page sql query

    Dear All, I tried to use left parenthesis '(' and less than operator in an sql query through an xsql page, it doesn't let to use them. Do you know how to use those in an xsql page? Thanks for your help. Mustafa

  • How do i 'undo' changes in logic instruments?

    Can anyone help with this please? im using Ultrabeat and cant work out how to 'UNDO' changes - step back to where i was before i changed a setting etc. I'm new to Logic and could really do with a hand with this one. I dont want to have to save before

  • How to detect "Overload of Lock Server"

    Hello, how knows a possibility how to trace or detect an overload of lock server. Problem is that the users get this message but we can not detect when this issue comes up. Kind regards Joern

  • AFD Entry for Investment.

    I have following question.. appreciate ..if someone could share some inputs... 1.     Why entering the AFD for investment data.. immediately a screen appears asking to specify against the activity( such as first consolidation,Increase/decrease in cap