Skip to content

Instantly share code, notes, and snippets.

@msr-i386
Created August 26, 2017 05:03
Show Gist options
  • Save msr-i386/b65ac3ad25bb05953a1ed4919331f9f8 to your computer and use it in GitHub Desktop.
Save msr-i386/b65ac3ad25bb05953a1ed4919331f9f8 to your computer and use it in GitHub Desktop.
Shell-gei #30 Q3
$ cat list | awk 'BEGIN{printf "Content-Type: text/html\n\n<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\">\n</head>\n<body>\n<ul>\n"} {print "<li>" $2 "</li>"} END{printf "</ul>\n
</body>\n</html>\n"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment