I would like to create an html document
that calls a shell script and lists
the standard output in the browser window.
I am not sure of the syntax and/or file naming
standards to do this task.
sample shell script:
#!/usr/bin/ksh
ls -l #list directory contents
Thank you,
Robert
Robert G. Jordan
Robert@JORDAN2000.com
Unix Sys Admin
Chicago, Illinois U.S.A.
that calls a shell script and lists
the standard output in the browser window.
I am not sure of the syntax and/or file naming
standards to do this task.
sample shell script:
#!/usr/bin/ksh
ls -l #list directory contents
Thank you,
Robert
Robert G. Jordan
Robert@JORDAN2000.com
Unix Sys Admin
Chicago, Illinois U.S.A.