Rules for Left and Right Dictionary
#7
mastercracker Wrote: ...
Girl
girl
beauty
mascara
...

LOL... What were you thinking dude??


To do the dict-to-rule thing, using sed:
Code:
sed 's/\(.\)/$\1/g' [dict_file]
Code:
type dict
Girl
girl
beauty
mascara
xD

sed 's/\(.\)/\$\1/g' dict
$G$i$r$l
$g$i$r$l
$b$e$a$u$t$y
$m$a$s$c$a$r$a
$x$D


Messages In This Thread
RE: Rules for Left and Right Dictionary - by atom - 06-11-2012, 09:32 AM
RE: Rules for Left and Right Dictionary - by M@LIK - 06-13-2012, 07:29 PM
RE: Rules for Left and Right Dictionary - by atom - 06-13-2012, 10:37 PM