When i type in a key word of a file that is certainly on my computer, no results are returned. I remember a while back a certain symbol had to be enetered in order to do the search.
Code:
Could not launch the KDE Help Center:
KDEInit could not launch 'susehelp'.:
for example we search a file for a certain keyword..is there any application available which will enable us to search for a single keyword in all the files within the folder ?i want to search for a keyword in about 1000 files..if i do it manually it will take loads of time..
The desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens
For some reason Ubuntu's built-in file search app doesn't find the file I'm looking for sometimes. My 10.10 build has been running excellently for some time now and haven't experienced any problems but this is a wierd one. If I use another app like Catfish it usually finds the sought file, but sometimes it gives a fatal error and stops working. Others have had this problem with Catfish, too, so I'm looking for another reliable file or folder search app. I've went thru what I could find in the Software Center but haven't found anything really good. I need an app that'll search for hidden files or folders on the whole PC
How to search for a file? I am looking for a file in a directory /shared/domain...This also contains many sub directories..I need a script which will let me know the location of my log file myapps.log.what is the script ?Can it be made in one line ...because I just want to run ...don't want to save the script.
I have a doubt, i have a file which contains around 3000 elements, now i want to search for an element in that file.what will be the Efficient way of searching ? without consuming much memory and time..
1) is this efficient if i take all the 3000 elements from file to a list or array and sort them and search ? 2) or is it efficient to search directly inside the file ?? Can anyone please suggest some algorithms for an efficient way to search in this case ?I am using C for coding..
I have an issue searching for files on my linux system - I cant do it.I have tried whereis, and locate, and even catfish...which sucks. I just want to pick a folder, right click, and search it for what I want... like we would in BillBlows XP. Is there a program that will do that? Or perhaps a file commander?
Here you can find the file signature table:http://www.garykessler.net/library/file_sigs.html Is there any way for me to search through files for a file signature in HEX format?
I can't search file in another folder other than the home folder. Like when I try to search in my mounted NTFS drive, it only shows and only searches my home folder, not the current open folder in mounted drive. I also have installed "Beagle Search" to index my data and reduce time searching,
I noticed that Ubuntu takes some time in building the file search index. It seems to do it overnight while my PC is powered down )Is there a way to build the index by a command so that I could do searches whenever I wanted, specially immediately after installing a new program?
I have some large log files that I would like to search for a specific text via command line in the file. I know I can open the file in GUI but is there command that I can run against the file path then make it search in the file in command line?
i need to change a binary file, let's say to find and replace username:
find string: "/home/name/bla-bla-bla/ " new string: "/home/anewname/bla-bla-bla/ "
i can do it, for example, in emacs (hexl-mode), but interesting in writing a script instead. it will be much more better for me if i could do it automatically. is there an analog of: sed 's/string1/string2/g' ? P.S. the best way is to recompile the binary files i have, but there are no sources available.
total newb here. call me a script kiddie if you want but here is what i need to do and what i have.
need to:search a hidden log file for a specific string, find what comes after that part, and then output the result to a variable or something that can be used by an application or other script to carry out further actions.
The requirement was to write a shell script for a cron job set for every two hours for all days.The Script has to scan log files (*.log) for the logs posted only for the last two hours.... and append them in a new file...I am clueless abt how to scan/compare based on time stamp seen in above logs.
I used locate cmd to search file abc.txt (for example) as I didn't know in which directory it would be present and couldn't find it. But when I did find . -name abc.txt, it traced the file, luckily the file was in the same directory. I am wondering how find was able to search abc.txt and locate not. How these two are behavinb differently? Usually I use locate when I don't know the path to the parent dir.
I want to search in my apache log, for events which have occurred say between 11:00 AM to 2:00 PM. I have got few scripts/commands but they are not conclusive, some of then are trying to do an exact match(awk) and for some i am just getting the pattern wrong (eGrep)
Im trying to read a file in c++ and search for particular character for example if this is a list that I have:
Alice Bob David
[code]....
if the input is D, it should give David, if its B, gives bob. so in this case, meaning it reads the first character of every line. but if possible I want to make this dynamic so the user can specify which character position he is looking for, so in case he is looking for R as character index 3 in all lines, it should give Charlie. but the problem is, it does now recognize , besides, I do not know how to specify the character position in each line.
I have a lot of files in the server with name like checkfile.jsp and in the file has two or three lines with an ip address xxx.xxx.xxx in it. I wish to know if there any command to grep for the i p address and remove itin file but keep the " ", eg "xxx.xxx.xxx"
I wrote a small site to search slackware packages containing a wanted file.slak.homelinux.org..It do searches in official slackware repositories and some non official.It is based on PACKAGES.TXT, so all repositories containing it can be used.If a repository contain even the MANIFEST.bz2 file, then this tool can search packages from its content.Results are cliccable link so to download the package directly.
i guess this is an installation issue as i am newish to Linux and got a F14 laptop from a used/refurb store... Anyway it seem i have difficulty with getting GTK running or maybe it is WGET...?
i did manage to install apt-get and was able to run synaptics ... but now whenever i try to run synaptics it flashes the interface and crashes. i tried apt-get search wget and it says invalid operation search. i tried apt cache wget and get a crash box in the upper right corner... i tried apt-get gtk+extra-2.1.2-4.fc14 and it says invalid operation gtk...
All of which is frustrating my attempts to get the GTK interface to J working. Their script uses WGET which i also cannot get.
As of today I can't seem to use the search feature of Nautilus (in GNOME 3). Say I open my home folder and press Ctrl-F to get the search bar. Whatever I type, as soon as I stop typing and Nautilus should start the search process, it just freezes completely. The cursor stops blinking and that's it, all I can do is run `killall nautilus` from a terminal. According to the System Monitor nothing is really using CPU.
Does anyone know of a way to perform a search for multiple file extensions at once in Gnome? I know that M$ Windows Explorer had this capability, but I'm just not sure how to do it in Gnome, or if it's possible. I just want to be able to perform searches for Video, Music, and Document file types, without having to perform a separate search for each file extension. Example: When doing a search for Video file types (.avi,.mp4,.mov,.wma, etc.), I would like to do one search for all files that have these file extensions, instead of doing one search for .avi files, a second search for .mp4 files, another for .mov files, etc.
Is there any application that will let me restrict search results, by, for example, whether it is a plain text document or a jpeg image (not by extension, but the same way nautilus knows if something is a jpeg even if it doesn't have an extension)?It would be nice to have an easy way to search for, e.g., just images, just videos, or just music without relying on file extensions.
How do you find a file modified March 17, 2010, between 3:30 pm and 4:05 pm? I know that I must be missing something somewhere.How do you search for info like this? I goggled "search files time Linux" and got about 38,300,000 results. I looked through the first four pages and did not see what I was looking for.Do I need to calculate how many minutes ago that is and give that to find.I really want to do this in the GUI so that I can operate on the files found without typing in so much stuff.
When I search using Places -> Search for Files..., there is an extra directory that shows up in the "Look in folder:" menu. This directory (jim) is unwanted and doesn't appear in the general Gnome menus (such as Places). The attached image of a screenshot shows what I mean.
I cannot figure out how to remove it in the search menu. Perhaps it was put there because I frequently search in that directory. Whatever the case, I'd like to get rid of it. I understand that this isn't the biggest computer problem ever posted in a forum. Nonetheless, I'd really like to hear how to remove that blasted directory.