Saturday, January 23, 2010

how to get patterns of file 1 "a" in file 2 "b"



#! /usr/bin/sh

while read line
do
grep $line b >>final
done<a

No comments:

Post a Comment