Find a file that contains a string


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Find a file that contains a string
# 1  
Old 06-29-2012
Find a file that contains a string

Hi Guys,

How do I find a file that contains a string using the position number?

For example:

I have files in a directory X

Code:
cd X

ls -ltrh 

-rw-r--r--   1 username   group         3.5M Jun 27 21:09 file_1
-rw-r--r--   1 username   group         3.5M Jun 28 21:09 file_2
-rw-r--r--   1 username   group         3.5M Jun 29 21:09 file_3
...

Now I want to search for a file that contains the string test starting from position 184 in the file.

Please Help!!!!!!!!!!!

Thanks in advance...

--
Moderator's Comments:
Mod Comment Please view this link: How to use [code]...[/code] tags

Last edited by Scrutinizer; 06-29-2012 at 05:15 PM.. Reason: code tags
# 2  
Old 06-29-2012
Assuming that there are not too many files in the directory and that these file-names do not contain spaces, you may try

Code:
cd dir
grep -lE '^.{183}test' *

# 3  
Old 06-29-2012
Thanks for the reply...

The files do contain the spaces...
# 4  
Old 06-29-2012
Quote:
Originally Posted by Phuti
Thanks for the reply...

The files do contain the spaces...
I meant the file names.

Then use the following:

Code:
cd dir
find . -type f -exec grep -lE '^.{183}test' {} \;

# 5  
Old 06-29-2012
Thanks...

I tried the find but I get this error:

grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
# 6  
Old 06-29-2012
On Solaris use /usr/xpg4/bin/grep rather than grep
# 7  
Old 06-29-2012
Thanks a lot for the help...

I must be doing something wrong here...

the command

Code:
find . -type f -exec /usr/xpg4/bin/grep -lE '^.{183}test' {} \;

run fine now...but I dont get the file even if I use the string from a particular file.

My file contains data like these:

Code:
96021702970839602170297083        12345689test

[QOUTE]I want to search with the first 6 string and the string from position 184 and that would be test...[/QOUTE]

I meant to say I want to expand my search now and use the first six digit and the six digit from position 184.

Please Help....

---------- Post updated at 11:59 PM ---------- Previous update was at 11:48 PM ----------

Quote:
Originally Posted by Phuti
Thanks a lot for the help...

I must be doing something wrong here...

the command

Code:
find . -type f -exec /usr/xpg4/bin/grep -lE '^.{183}test' {} \;

run fine now...but I dont get the file even if I use the string from a particular file.

My file contains data like these:

Code:
96021702970839602170297083        12345689test

I want to search with the first 6 string and the string from position 184 and that would be test....
I meant to say I want to expand my search now and use the first six digit and the six digit from position 184.

Please Help

Last edited by Phuti; 06-29-2012 at 05:56 PM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl script to read string from file#1 and find/replace in file#2

Hello Forum. I have a file called abc.sed with the following commands; s/1/one/g s/2/two/g ... I also have a second file called abc.dat and would like to substitute all occurrences of "1 with one", "2 with two", etc and create a new file called abc_new.dat sed -f abc.sed abc.dat >... (10 Replies)
Discussion started by: pchang
10 Replies

2. Shell Programming and Scripting

Find string in file and find the all records by string

Hello I would like to get know how to do this: I got a big file (about 1GB) and I need to find a string (for instance by grep ) and then find all records in this file based on a string. Thanks for advice. Martin (12 Replies)
Discussion started by: mape
12 Replies

3. Shell Programming and Scripting

Find string in file and append new string after

Hi All, I'm trying to insert a string into a file at a specific location. I'd like to add a string after the parent::__construct(); in my file. <?php if (! defined('BASEPATH')) exit('No direct script access allowed'); class MY_Controller extends CI_Controller { function... (6 Replies)
Discussion started by: jjkilpatrick
6 Replies

4. Shell Programming and Scripting

find string and replace with string in other file

Dear all, I need your help, I have file like this: file1:23456 01910964830098775635 34567 01942809546554654323 67589 26546854368698023653 09778 58716868568576876878 08675 86178546154065406546 08573 54165843543054354305 . .file2: 23456 25 34567 26 67589 27 (2 Replies)
Discussion started by: attila
2 Replies

5. Shell Programming and Scripting

Find multiple string in one file using find command

Hi, I want find multiple string in one file using find coomand. And keeping it in one variable.grep is not working. (5 Replies)
Discussion started by: vivek1489
5 Replies

6. Linux

Find String in FileName and move the String to new File if not found

Hi all, I have a question.. Here is my requirement..I have 500 files in a path say /a/b/c I have some numbers in a file which are comma seperated...and I wanted to check if the numbers are present in the FileName in the path /a/b/c..if the number is there in the file that is fine..but if... (1 Reply)
Discussion started by: us_pokiri
1 Replies

7. Shell Programming and Scripting

How to find a certain string in a file and replace it with a value from another file using sed/awk?

Hi Everyone, I am new to this forum and new to sed/awk programming too !! I need to find particular string in file1(text file) and replace it with a value from another text file(file2) the file2 has only one line and the value to be replaced with is in the second column. file 1: (assert (=... (21 Replies)
Discussion started by: paramad
21 Replies

8. Shell Programming and Scripting

How to find the string in file.

Hi All Iam new this forum, just i want know someting about the files: My req: i have file in that i want to search one string, if it is avaible then show the line ,otherwise it will show that the string is not available in the file, for this i am useing if then else with out - q... (1 Reply)
Discussion started by: psi
1 Replies

9. Shell Programming and Scripting

find a file according to string

Hi One to All iam new this site,i hopei will get some response for my question. My requirement is:i will pass a string(i.e Account number), it should search the corresponding log file in the path, after that it should copy the file in particular path, before that it should ask the path... (3 Replies)
Discussion started by: saic
3 Replies

10. Shell Programming and Scripting

Find a string in a file

What is wrong in this: One file in /tmp is test.txt...file has three rows as follows: YES I M HERE 12345 67890 Second file test2.txt: status = `grep -i "YES I M HERE" /tmp/test.txt` print "$status" if we execute test2.txt It is returning 'status' not found (4 Replies)
Discussion started by: yale_work
4 Replies
Login or Register to Ask a Question