about summary refs log blame commit diff stats
path: root/js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps
blob: 605c9e710ffcfc1d76a3d0ab39e9aafe23a91733 (plain) (tree)
1
2
3
4
5
6
7






                                        
tr -d '.,;:"\!\[]()' < summary > nopunct
tr '	' ' ' < nopunct > notab
tr ' ' '\n' < notab > oneword
tr '[A-Z]' '[a-z]' < oneword > lowcase
sort < lowcase > sorted
uniq < sorted > nodup
join -v1 nodup words > errors