BEGIN{FS=OFS=ORS=""}{split($0,a);asort(a);for(i in a)print a[i]}