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 05-13-2008
preethgideon preethgideon is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 71
Command not working

Hi,
I am running a command this way

grep -l ` cat get_list_data.lst | awk '{ print $2 }' ` /wss/test/trans/*CASE*

What I am trying to do is, get the second field from the file get_list_data.lst and then grep it in the path /wss/test/trans/
But it says

grep: can't open 00000000990001399144
grep: can't open 00000000990001399113


These numbers are the second filed outputs.

Please help.

Thanks and Regrds,
Gideon