If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > How to grep for the values in the variable

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-04, 08:12
kmrs kmrs is offline
Registered User
 
Join Date: Oct 2004
Posts: 7
Question How to grep for the values in the variable

Hi Friends,
I want to grep for a value that is assigned to variable.

Please help me to do this.

Can any one help me by giving a script/command to list the files that are modified/created by the current date.

It will be more use if any one help me in this regards.

- Kmrs
Reply With Quote
  #2 (permalink)  
Old 10-26-04, 06:54
ducasio ducasio is offline
Registered User
 
Join Date: Aug 2004
Location: Rome, Italy
Posts: 81
Just write this:

echo $MY_VARIABLE | grep value


regards
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On