1
Answer

extracting file content

brian dsouza

brian dsouza

8y
580
1
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)