Questions tagged [search]
205 questions
0
votes
2 answers
Return/edit "slash" search string in vi(m)
I've tried searching the web but the phrases are too general or I didn't know what to search for. If I use /(some IP address) in vi I know I can simply enter / (Enter) again and find the next occurrence. What I'm wanting to do is retrieve the…

Senior Geek
- 55
- 9
0
votes
1 answer
How to prevent search engines indexing a specific url
I have a url which i don't want indexed:
http://www.mysite.com/moduleA?param=secretkey
So when i google search for "mysite.com", i don't want the above link to appear in the search results.
However, the following urls are part of public…

Parag
- 123
- 5
-1
votes
1 answer
Windows explorer Search bar missing!
i think i am having problems with my windows explorer, the search bar went missing!
This is in Windows XP SP3.

Oh Chin Boon
- 225
- 1
- 4
- 9
-1
votes
1 answer
how i can Find the files inside the folder and save the file names in variables?
how i can write bash file to Find files (number and name of files are variable) inside the folder and save the file names in variables ?

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
-2
votes
1 answer
Apache Solr in openshift redhat application
I have a drupal application on openshift redhat server and I would like to install apache solr for my search_api_solr module. Any ideas how to do this ?

bbu23
- 1
- 1
-2
votes
1 answer
On Unix on could I get a listing of all mp3 files inside a directory containing other directories with their full path?
Someone said to me use the find command but I'm not exactly sure how to do it.
Basically I need this:
suppose I have a folder called dir1 and it contains three sub-directories (dir2, dir3 and dir4 respectively) and suppose there might be mp3 files…

user41157
- 189
- 2
- 9
-2
votes
1 answer
error code 401 when call ping search image api
https://api.bing.microsoft.com/v7.0/images/search?Ocp-Apim-Subscription-Key=9e572eb4609e4042b490fc42b2cb004c&q=apples
{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid…
-3
votes
1 answer
How to search recursively for a file in linux?
I would like to search for a file recursively under a directory.
How do I search recursively for that file:
in the directory I am standing in?
in a specific directory?
The command should get a part of the file name and do the search, and return…

alwbtc
- 229
- 1
- 4
- 7
-4
votes
3 answers
Is searching for a file on a live production server a bad idea?
On our live production server, we forgot which folder our website was stored in. My colleague asked me where it was. I did not know but suggested to just run a search for the folder name on the server.
He responded that you can't do that, as it runs…

Nick
- 173
- 1
- 5
-5
votes
3 answers
Search for a word before white-space
I've got a file with some e-mails:
info@example.com info51351@hotmail.com
test@hello.com test6261@gmail.com
example@example.com example64262@gmail.com
And now... I need to find a way to search for specific e-mails address from the list on the left…

M4tt
- 1
- 2