
12 Jun
2018
12 Jun
'18
12:29 a.m.
Russell Coker via luv-talk wrote:
egrep -i "^[a-folstq]{4}$" /usr/share/dict/british-english-large You really should be using IPv6 if possible. The above command can help you find good IPv6 addresses.
-insane would seem more apropos.
egrep -i "^[a-folstq]{4}$" /usr/share/dict/british-english-large|tr [A-Z] [a- z]|tr [olstq] [01579]
Those [] are silly for tr.