致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=479709
sincos2007 写了:如何判断文件中是否有tab字符
代码: 全选
$ cat test for i in a: print i end $ cat test | grep " " print i