Tagged Questions
0
votes
0answers
15 views
Search a folder in Microsoft Word
How can I perform a search on one specific folder in Microsoft WORD on my mac? when I try to do that, the search goes to "my mac" and searches the entire c drive
0
votes
1answer
33 views
How to prevent ST2 from searching in excluded folders?
I've got a sublime-project like this:
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["_doc", "cache", "logs", "_release"],
"file_exclude_patterns": ...
-1
votes
2answers
33 views
How to search a tree folder
How can I do a search of all directories calles i18n under trees like src/main/resources using find or any other unix command.
Everything I'm trying doesn't work
I'm looking for something like:
...
1
vote
1answer
38 views
Can i know if a set of files in one folder are contained in another drive or folder?
I have an old (a couple of years) backup folder of a lot of files someone asked me to keep for them. Of course, It has several subfolders with a lot of files within.
Recently, i made another backup ...
1
vote
2answers
178 views
Find folders with only one file
I need to find and delete all folders within C:\parent which contain only one file. The folder structure is flat (no subfolders):
C:\parent\folder1\file1
C:\parent\folder1\file2
...
1
vote
2answers
1k views
Why can I not see LocalLow and Local when I type in %AppData% into the Windows 7 Start Button Search, and how can I fix this issue?
I typed %AppData% into the search box in Windows 7 that I get when when I click the Start Button. For some reason, all I see is the Roaming folder, ever thought I have confirmed that LocalLow and ...
1
vote
0answers
47 views
Save search results
In the Directory Service Find dialog, I'm given the option to save my search, but not save the results. How can I save the results of the search?
Would it be easier to copy the directory, if my ...
1
vote
1answer
190 views
Search for all windows folders containing a single file (as opposed to 2+ files)?
Kind of an odd parameter, but it would be useful if I could run a search that returned only folders that contain a single file. Folders with 2 or more files don't get returned. Can this be done in ...
1
vote
2answers
1k views
How can I find a specific file in a directory tree?
Could someone please help me to find all the *.c and *.h files in a directory tree??
0
votes
1answer
303 views
Outlook Advanced Find Exclude Folder Option
I am using the find all unread email search in outlook for my Google Apps email accounts.
I noticed that outlook will show messages in pairs of 2, one for the unread imap "inbox" and one for the imap ...
2
votes
5answers
2k views
How to search a “Folder” in Windows XP?
This is insane or am i dumb? I just can't find a way of searching a folder in Windows XP. With Search i can only search "Files", not "Folders". So how?
4
votes
1answer
215 views
Make an Os X Smart folder containing only the first child folders of its parent folder
I am tryng to create a smart search that just lists the folders within a folder. The trouble is that, by default, the search goes within those folders and finds others. I just want those top level ...
0
votes
1answer
2k views
How to I create an Outlook 2010 search folder to show all sent messages?
In the case of Outlook 2010 talking to Exchange, the "Sent Items" folder is an actual folder in that if you move a message out of that folder, it disappears from "Sent Items". In contrast the Lotus ...
1
vote
3answers
926 views
Outlook 2010 Folder Structure Search
I work at a helpdesk and today I received a call from a user who lost a folder in Outlook.
When I connected to the user's PC, I discovered that the user has several hundreds of folders. She had the ...
2
votes
5answers
2k views
How can I limit a search to folders in Windows 7?
In Windows 7, when I search for a file, how can I specify details like "search for folders only"?
Is the widget in the top right of the window the only way to make a search?
Isn't there anything ...
0
votes
2answers
76 views
check Mac folders for missing item
Is there a way to check folders on your Mac for a missing item?
Say I want to scan my external hard drive, and find all of the folders with a certain word in the title, that are missing the file ...
0
votes
1answer
42 views
What is search operator for directories in Windows 7 analogous to file:
I would like to only find directories with a certain name, how do I do this?
4
votes
3answers
164 views
Why does this bash command take up all space on device?
I'm a little new on searching via bash, so feel free to give me suggestions on the methods to use instead of this, which I'll never use again :)
I'm searching for occurances of a string, recursively ...
1
vote
3answers
82 views
with good search and tagging, is there any benefits to heiarchical folders for managing information?
i was having this debate with someone about our companies WIKI as well as our email system. we were trying to decide now that we have tagging and pretty good search, is there ever a case where having ...
0
votes
5answers
466 views
Search all text files in same folder
How do I search for a keyword in all the text files from a folder? I am using Vista.
2
votes
1answer
724 views
“OR” clause in Outlook 2007 Search Folders - Folder Composition
Is it possible to specify a Search Folder in Outlook 2007 that will use an OR rule ("any") instead of an AND rule ("and")?
In particular, I have a search folder named A and another named B; I want a ...
0
votes
1answer
141 views
Search directories in Vista
In Vista file explorer, how can I use the search to find only directories matching my input?
The find is quite useful and convenient, but I cannot find a way to restrict the result list to directory ...
7
votes
6answers
28k views
Windows equivalent of ls * (asterisk) directory wildcarding?
Another question from an long-time Unix/Linux user who finds himself in a Windows world. First let me explain exactly what I'm trying to do. I'm using the Windows cmd.exe shell, and I want to list ...
