1
Reply

extracting file content

Ask a question
hi guys
 
i have a text file with the contents as follows
code  x   y 
2346  2  3
3456  5  6
2345  9  7
i need to compare a value for example :s=3456 with the first column 'code' values and see if it matches or not.
how can i do this.
 
thanks 

Answers (1)