ls -1 fancy* | \ awk -F"LANG_" '{ if (NF==2) p[$1$2]=$0 else q[$0] } END { for (i in q) printf("%s\n%s\n", i, p[i])}'