Next: Extension Sample Rev2way, Previous: Extension Sample Readdir, Up: Extension Samples [Contents][Index]
The revoutput
extension adds a simple output wrapper that reverses
the characters in each output line. Its main purpose is to show how to
write an output wrapper, although it may be mildly amusing for the unwary.
Here is an example:
@load "revoutput" BEGIN { REVOUT = 1 print "don't panic" > "/dev/stdout" }
The output from this program is ‘cinap t'nod’.