"当你手中只有锤子时,看到的都是钉子"
如果不考虑学习曲线的话,
windows 下有grep sed awk 单个exe 免安装版本.
python 中pyp 对文本的处理能力也比较强.
"The Enlightened Ones say that....
•You should never use C if you can do it with a script;
•You should never use a script if you can do it with awk;
•Never use awk if you can do it with sed;
•Never use sed if you can do it with grep.“
source:
http://awk.info/?whygawk