blob: 1a4fec8c903c8a13a53cb3bc905f8c5aed6fea14 [file] [log] [blame]
Martin Roth7726a7f2022-06-01 20:19:53 -06001sort: sort-spelling.txt
2
3sort-%: %
4 csplit --prefix $<- $< '/^$$/'
5 LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
6 rm -f $<-0[01]