The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-20-2008
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline
Soulman
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 1,583
maybe something like this:

Code:
echo $string1 | grep $string2
Reply With Quote