recursive awk
Mathieu <[email protected]> Sat, 19 Dec 2009 16:33:54 -0800 (PST)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
I wanted to write an awk script to generate an dep list for a latex
file. So I need to match \input{a} and run the same script on a.tex.
The question is how to do awk recursively?
--
MZ