home *** CD-ROM | disk | FTP | other *** search
- | Run awk program on current text
- if "<Awk$Prog>" = "" then echo No awk program set
- if "<Awk$Prog>" = "" then obey
- if "<TMP$LEAF>" = "" then echo Save the file first
- if "<TMP$LEAF>" = "" then obey
- if "<TMP$PATH>" = "" then echo Save the file first
- if "<TMP$PATH>" = "" then obey
- do gawk -f <Awk$Prog> <TMP$PATH>.<TMP$LEAF> > <TMP$PATH>.out
- filer_run <TMP$PATH>.out
-
-