You can use a2p to find it out. This simple awk script prints lines matching a regexp:
It you feed this to a2p, you get some magic header and this perl script:/foo/
while (<>) { print $_ if /foo/; }
In reply to Re: Grep-Like Activity
by ambrus
in thread Grep-Like Activity
by nishith_dave
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |