![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| why is this command not working? | wrapster | UNIX for Advanced & Expert Users | 1 | 05-02-2008 06:11 AM |
| Sed command not working | shashi_kiran_v | UNIX for Dummies Questions & Answers | 9 | 11-14-2006 08:01 PM |
| cd command not working | er_aparna | Shell Programming and Scripting | 7 | 07-07-2006 10:38 PM |
| cp command not working | groundlevel | UNIX for Dummies Questions & Answers | 7 | 03-22-2006 09:48 AM |
| last command not working | antalexi | SUN Solaris | 3 | 08-04-2005 07:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
You need to use proper quoting.
|
|||
| Google The UNIX and Linux Forums |