bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emulating "include" in gawk?


From: fork
Subject: Emulating "include" in gawk?
Date: Fri, 8 Apr 2011 16:04:43 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Is there an idiom or convention for emulating an include statement, wherein
outside library code is brought into a gawk program?

I know it isn't posix, but the two features that hold me back from using awk all
the time are the lack of a library system and the lack of a strict option (like
"set -u" in shell).  But maybe there are somewhat standard workarounds.

Oh -- I don't want to use another different system that I have to install and
track like "igawk" or whatever it is.  

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]