Install the dictionary.
% pacman -S words
Make it convenient.
% alias g='grep --color=always --perl-regexp'
% export dict=/usr/share/dict/american-english
Use it.
% g 'io$' $dict
Install the dictionary.
% pacman -S words
Make it convenient.
% alias g='grep --color=always --perl-regexp'
% export dict=/usr/share/dict/american-english
Use it.
% g 'io$' $dict