shell 實現txt轉換成html

原理: awk命令,分割格式化的txt(txt文件格式以「|」分割開的)成數組,然後拼接成html格式(html - head - title - body - table) shell源碼 # !/bin/sh file_input='txt.log' file_output='txt2html.html' td_str='' function create_html_head(){
相關文章
相關標籤/搜索