Move all awk functions to separate files
This commit is contained in:
5
awk/breaks.awk
Normal file
5
awk/breaks.awk
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
if ($0 == "" && prev == "") print "<br />"
|
||||
else print $0
|
||||
prev = $0
|
||||
}
|
||||
Reference in New Issue
Block a user