blob: 1a4fec8c903c8a13a53cb3bc905f8c5aed6fea14 [file] [log] [blame]
sort: sort-spelling.txt
sort-%: %
csplit --prefix $<- $< '/^$$/'
LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
rm -f $<-0[01]