revtwoway(3am)


NAME

   revtwoway - Reverse strings sample two-way processor extension

SYNOPSIS

   @load "revtwoway"

   BEGIN {
       cmd = "/magic/mirror"
       print "hello, world" |& cmd
       cmd |& getline result
       print result
       close(cmd)
   }

DESCRIPTION

   The  revtwoway  extension adds a simple two-way processor that reverses
   the characters in each line sent to it for  reading  back  by  the  AWK
   program.   It's  main  purpose  is  to  show  how  to  write  a two-way
   extension, although it may also be mildy amusing.

SEE ALSO

   GAWK:  Effective   AWK   Programming,   filefuncs(3am),   fnmatch(3am),
   fork(3am),   inplace(3am),  ordchr(3am),  readdir(3am),  readfile(3am),
   revoutput(3am), rwarray(3am), time(3am).

AUTHOR

   Arnold Robbins, arnold@skeeve.com.

COPYING PERMISSIONS

   Copyright  2012, 2013, Free Software Foundation, Inc.

   Permission is granted to make and distribute verbatim  copies  of  this
   manual  page  provided  the copyright notice and this permission notice
   are preserved on all copies.

   Permission is granted to copy and distribute modified versions of  this
   manual  page  under  the conditions for verbatim copying, provided that
   the entire resulting derived work is distributed under the terms  of  a
   permission notice identical to this one.

   Permission  is  granted  to  copy  and  distribute translations of this
   manual page into another  language,  under  the  above  conditions  for
   modified  versions, except that this permission notice may be stated in
   a translation approved by the Foundation.


More Linux Commands

manpages/xdr_inline.3.html
xdr_inline(3) - library routines for external data represent
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using

manpages/Tk_FreeColormap.3.html
Tk_FreeColormap(3) - allocate and free colormaps (Man Page)
These procedures are used to manage colormaps. Tk_GetColormap returns a colormap suitable for use in tkwin. If its string argument is new then a new colormap is

manpages/glint.4.html
glint(4) - GLINT/Permedia video driver - Linux manual page
glint is an Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia based video cards. The driver is rather fully accelerated, and provides support for the fo

manpages/CPANPLUS::Hacking.3pm.html
CPANPLUS::Hacking(3pm) - (unknown subject) - Linux man page
This document attempts to describe how to develop with the CPANPLUS environment most easily, how certain things work and why. This is basically a quick-start gu

manpages/gst-typefind-0.10.1.html
gst-typefind-0.10(1) - print MIME type of file (Man Page)...
gst-typefind uses the GStreamer type finding system to determine the relevant GStreamer plugin to parse or decode file, and the corresponding MIME type. OPTIONS

manpages/Tk_ConfigureInfo.3.html
Tk_ConfigureInfo(3) - process configuration options for widg
Note: Tk_ConfigureWidget should be replaced with the new Tcl_Obj based API Tk_SetOptions. The old interface is retained for backward compatibility. Tk_Configure

manpages/XtMakeResizeRequest.3.html
XtMakeResizeRequest(3) - make geometry manager request......
Depending on the condition, XtMakeGeometryRequest performs the following: * If the widget is unmanaged or the widgets parent is not realized, it makes the chang

manpages/qfcvt_r.3.html
qfcvt_r(3) - convert a floating-point number to a string....
The functions ecvt_r(), fcvt_r(), qecvt_r() and qfcvt_r() are identical to ecvt(3), fcvt(3), qecvt(3) and qfcvt(3), respectively, except that they do not return

manpages/sasl_auxprop_request.3.html
sasl_auxprop_request(3) - Request Auxiliary Properties from
sasl_auxprop_request will request that the SASL library obtain properties from any auxiliary property plugins that might be installed (such as the users home di

manpages/yaz-iconv.1.html
yaz-iconv(1) - YAZ Character set conversion utility.........
yaz-iconv converts data in file in character set specified by from to output in character set as specified by to. This yaz-iconv utility similar to the iconv fo

manpages/glClear.3gl.html
glClear(3gl) - clear buffers to preset values (Man Page)....
glClear sets the bitplane area of the window to values previously selected by glClearColor, glClearIndex, glClearDepth, glClearStencil, and glClearAccum. Multip

manpages/dbus-binding-tool.1.html
dbus-binding-tool(1) - C language GLib bindings generation u
OPTIONS OPERANDS FILES ATTRIBUTES SEE ALSO NOTES NAME dbus-binding-tool - C language GLib bindings generation utility. SYNOPSIS dbus-binding-tool [--force] [--h





We can't live, work or learn in freedom unless the software we use is free.