# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2003-05-03:1 -+- UNIX Basics -+- Searching for some string in all files of directory -+- p.slabiak@linux-services.org -+- Pawel Slabiak -+- http://www.linux-services.org -+- nolink -+- English -+- 2003-05-03:1.png -+- Mozilla/5.0 (compatible; Konqueror/3.1) -+- 2188 If you are looking for some string(s), and you really don't know the name of file in which it could be, you can use a very simple grep command with some parameters: grep -rsniH your_string * r - recursive s - no messages n -line number i - case insensitve H -with filename for example: grep -rsniH pcmcia *