y0tta

Last edit

Summary: y0tta

Changed:

< **y0tta** &nbsp; &nbsp; http://awk.freeshell.org/y0tta &nbsp; &nbsp; revised: 2014-05-30 04:23 UTC\\
< **TOC: &nbsp; &nbsp; latest, &nbsp; awk-quotes, &nbsp; me:, &nbsp; , &nbsp; etc, &nbsp; EOF**\\

to

> **y0tta:** &nbsp; &nbsp; http://awk.freeshell.org/y0tta &nbsp; &nbsp; revised: 2014-05-30 04:47 UTC\\
> **TOC: &nbsp; &nbsp; &nbsp; latest, &nbsp; awk-quotes, &nbsp; me:, &nbsp; etc, &nbsp; EOF**\\

Changed:

< &nbsp; http://awk.freeshell.org/CAAN-or-caan &nbsp; &nbsp; 2014-05-30\\
< &nbsp; http://awk.freeshell.org/FIXES &nbsp; &nbsp; 2014-01-15\\

to

> &nbsp; &nbsp; http://awk.freeshell.org/CAAN-or-caan &nbsp; &nbsp; 2014-05-30\\
> &nbsp; &nbsp; http://awk.freeshell.org/FIXES &nbsp; &nbsp; 2014-01-15\\

Changed:

< &nbsp; did he fire six awks or only five ?\\
< &nbsp; well do you feel lucky Punk ? well do You ?''\\
< &nbsp; http://awk.freeshell.org/Glossary &nbsp; &nbsp; 2010-24\\

to

> &nbsp; &nbsp; did he fire six awks or only five ?\\
> &nbsp; &nbsp; well do you feel lucky Punk ? well do You ?''\\
> &nbsp; http://awk.freeshell.org/Glossary &nbsp; &nbsp; 2010-10-24\\

Changed:

< &nbsp; &nbsp; ( minor: &nbsp; MAD &nbsp; C &nbsp; asm &nbsp; algol, &nbsp; pascal )\\

to

> &nbsp; &nbsp; ( minor: &nbsp; MAD &nbsp; C &nbsp; asm &nbsp; algol &nbsp; pascal )\\

Changed:

< &nbsp; sunOS:3/4 &nbsp; dos:1->6 &nbsp; apple:6/7 windows:3-NT4-ce6-7 &nbsp; android:4.2.2\\

to

> &nbsp; &nbsp; sunOS:3/4 &nbsp; dos:1->6 &nbsp; apple:6/7 windows:3-NT4-ce6-7 &nbsp; android:4.2.2\\

Changed:

< &nbsp; DG Nova; &nbsp; DEC PDP 11/70, LSI 11/23; &nbsp; Apollo; &nbsp; SUN 3/4;\\
< &nbsp; MAC SE30; &nbsp; PC Intel 8080->486 & AMD k5-k6-athlonNeo; &nbsp; arm\\

to

> &nbsp; &nbsp; DG Nova; &nbsp; DEC PDP 11/70, LSI 11/23; &nbsp; Apollo; &nbsp; SUN 3/4;\\
> &nbsp; &nbsp; MAC SE30; &nbsp; PC Intel 8080->486 & AMD k5-k6-athlonNeo; &nbsp; arm\\

Changed:

< &nbsp; http://awk.freeshell.org/AA-awk-history &nbsp; &nbsp; 2013-10-26\\
< &nbsp; http://awk.freeshell.org/AA-awk-one-page &nbsp; &nbsp; 2013-09-20\\
< &nbsp; http://awk.freeshell.org/awk1page &nbsp; &nbsp; 2012-03-18\\

to

> &nbsp; &nbsp; http://awk.freeshell.org/AA-awk-history &nbsp; &nbsp; 2013-10-26\\
> &nbsp; &nbsp; http://awk.freeshell.org/AA-awk-one-page &nbsp; &nbsp; 2013-09-20\\
> &nbsp; &nbsp; http://awk.freeshell.org/awk1page &nbsp; &nbsp; 2012-03-18\\

Changed:

< &nbsp; &nbsp; aka\\

to

> &nbsp; aka\\


y0tta:     http://awk.freeshell.org/y0tta     revised: 2014-05-30 04:47 UTC
TOC:       latest,   awk-quotes,   me:,   etc,   EOF


latest:
    http://awk.freeshell.org/CAAN-or-caan     2014-05-30
    http://awk.freeshell.org/FIXES     2014-01-15


awk-quotes:
Dirty Harry:   ''you have to be asking yourself -
    did he fire six awks or only five ?
    well do you feel lucky Punk ? well do You ?''
  http://awk.freeshell.org/Glossary     2010-10-24


me:
lang:   FORTRAN II, IV, 77   pl/1   awk   basic   jscript
    ( minor:   MAD   C   asm   algol   pascal )
shell:   JCL   TSO   sh   ksh   command.com   cmd.exe   ash
os:   FMS/CTSS   MVS   RSX11M   un1x:6/7   bsd:4   systemV:3.1/3.51
    sunOS:3/4   dos:1->6   apple:6/7 windows:3-NT4-ce6-7   android:4.2.2
apps:   bmdp-stat,   sas-stat,   sendmail,   approach-database
hw:   IBM 7094 1620 360 370;   HP 9000;   Buroughs 7800;
    DG Nova;   DEC PDP 11/70, LSI 11/23;   Apollo;   SUN 3/4;
    MAC SE30;   PC Intel 8080->486 & AMD k5-k6-athlonNeo;   arm


etc:
    http://awk.freeshell.org/AA-awk-history     2013-10-26
    http://awk.freeshell.org/AA-awk-one-page     2013-09-20
    http://awk.freeshell.org/awk1page     2012-03-18


EOF:
  aka
    http://awk.freeshell.org/g0ph3r     2012-09-23
    http://awk.freeshell.org/g0pher     2013-05-28
    https://encrypted.google.com/#q=g0ph3r+site:awk.freeshell.org
    https://encrypted.google.com/#q=g0pher+site:awk.freeshell.org

    awk code for this wiki:  beware the ''&'' feature of sub/gsub
pclip | awk64 -v s=\\\ -v t=\040\\\046nbsp\073\040 -v u=\136# -v v=\136-- $0~u{next}$0~v{print;next}/\173{{/,/\175}}/{print;next}{gsub((FS)FS,t);print(($0)s)} | clip
    \040 is space  \046 &  \073 ;  \136 ^  \173 {  \175 }
    pclip prints the clipboard;  clip copies to clipboard