shownotes-w3m-rice/aspell_fx.txt

7 lines
189 B
Plaintext
Raw Normal View History

2013-05-24 22:14:09 +00:00
# this is notes for video: http://www.youtube.com/watch?v=UEwz5eeaZzc
2013-05-02 04:35:33 +00:00
check-word() { echo "$1" | aspell -a ;}
check-list() { cat "$1" | aspell list ;}
check-file() { aspell check "$1" ;}