.sh
<Application.Resources>
template.txt
read_input (){
read name
read house
read phone
} < $file
export name;phone;house
awk test.awk $template.txt
test.awk
<html>
<body>
<h1>PAST DUE NOTICE - APT (House) - (date)></h1>
<p>
Dear (Name),
</p>
<p>
Your phone number(Phone) is violating our policy
</p>
<p>
Address: (House)
</p>
</body>
</html>
答案 0 :(得分:0)
如果练习的目的是证明您可以使用 awk
代替 {{ 1}} / sub
,您可以使用 gsub
和 substr
切碎弦并放在一起。当然,这是更多的工作。