X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=list;fp=list;h=04d5d3cc7fa69fc0def2b039a74ab65e443e3247;hb=0b43a166e37777a360fbbfd2043c2b1565e0cff3;hp=acfdde74165f765bc18e5f83664a72908658359a;hpb=dffe5c946bbc4f156fe6b600c8af1c31b6bf4416;p=khome.git diff --git a/list b/list index acfdde7..04d5d3c 100755 --- a/list +++ b/list @@ -3,9 +3,10 @@ ! /^\#/ && ! /^$/ { xs[$1]++ } - + END { for (x in xs) { - printf("%s%s", sep, x, sep = " ") + printf("%s%s", sep, x) + sep = " " } }