The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-06-2008
ravijunghare ravijunghare is offline
Registered User
  
 

Join Date: Nov 2006
Posts: 1
Validating XSL sheet data in Unix Data file

Dear All,

Need your help.
In my day to day activities I have to validate/search Excel Sheet data (eg.say Application No. 0066782345) data into the Unix environment file whether the same data is present in that file or not.
There are hundreds of records coming in excel file and I am doing grep 0066782345 <file_name> in unix for each record.

Could you pls help to do this task in one shot in Unix file for all diff application Number present in excel file?

Thanks in Adv.
Ravi