标签:
echo " ls *.$2 | while read file;do grep -n $1 $file | while read out; do echo $file,$out;done; done">search.sh
搜索: sh search.sh get_longest_overlap c
即可在当前目录下的c文件中搜索包含get_longest_overlap 内容的文件以及行号;
用shell+vim修改开源软件(pandaseq)中......
好像工作这一年除了rstudio,已经没有使用IDE了,是不是在生物信息的路上走远后,和真正的IT差距变远了
o(︶︿︶)o 唉
标签:
原文地址:http://www.cnblogs.com/lyon2014/p/4707582.html