Hello,
I am running into this issue of cut and paste, and would like to know
of any possible solution to this problem. Below is the problem
I have a bunch of files x.txt under /export/home/myhome. The contents
of each x.txt vary within each sub diretory. i want to recursively
grep for a particular string "/a/b/c" in x.txt and then cut and paste
the lines that contain the string "/a/b/c" into another file called
y.txt, which happens to be present under /export/home/yourhome. So in
essense there are multiple x.txt files under /export/home/myhome and
multiple y.txt under /export/home/yourhome.
Appreciate any help
Thanks