#!/bin/sh #grep "en $1" /home/pat/lex/lex/en_lex.txt |\ grep "en" /home/pat/lex/ta_lex.txt |\ grep -v [0-9] > txt/ta2en.txt python chresto.py txt/ta2en.txt|./wrap > html/ta2en.html