X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=list;h=2c518e8fabe5d4d5e3a3eda0858a901f0a0168b9;hb=9e4b0a7a58b3d7803c171eab2d146237b55521c0;hp=04d5d3cc7fa69fc0def2b039a74ab65e443e3247;hpb=6ce658414bdcf1b4485d57a60de751ff26b077c5;p=khome.git diff --git a/list b/list index 04d5d3c..2c518e8 100755 --- a/list +++ b/list @@ -6,6 +6,9 @@ END { for (x in xs) { + if (xs[x] > 1) { + printf ">>> [WARNING] : '%s' was listed %d times.\n", x, xs[x] > "/dev/stderr" + } printf("%s%s", sep, x) sep = " " }