I usually do text processing in Bash, Notepad++ and Excel. Each has its own pros and cons, that's why I usually combine them.<p>Here you have the tools I use in Bash:<p>grep,
tail,
head,
cat,
cut,
less,
awk,
sed,
sort,
uniq,
wc,
xargs,
watch
...