Skip to content

Instantly share code, notes, and snippets.

@afiodorov
Created October 16, 2016 21:09
Show Gist options
  • Save afiodorov/5585e1576af56bda95f1af2773d365fa to your computer and use it in GitHub Desktop.
Save afiodorov/5585e1576af56bda95f1af2773d365fa to your computer and use it in GitHub Desktop.
#!/bin/bash
awk -F'\t' 'BEGIN {print "<head><meta charset="UTF-8"></head><body><table>"} {print "<tr><td>"$1"</td><td>"$2"</td></tr>"} END {print "</table></body>"}' MySpanish.txt > MySpanish.txt.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment