scripting - awk script as a webservice -


i made awk script stuff on input files want avoid installing gawk on windows machines want awk script available webservice or form can either upload file or copy text of file in box , run script on , result of awk script.

how can this.

my suggestion, set web server, create form using php (or fav language). @ end, can either make system call gawk binary or can recode gawk script using php(or favorite language). users need go web page , submit files parsing. need have 1 copy of gawk interpreter @ server.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -