Showing posts with label done. Show all posts
Showing posts with label done. Show all posts

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