geeksinthetown
Showing posts with label
do
.
Show all posts
Showing posts with label
do
.
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
Older Posts
Home
Subscribe to:
Posts (Atom)