开始

linux下搜索指定内容

echo " ls *.$2 | while read file;do out=$( (grep -n $1 $file) ) [ -n \"$out\" ] && echo $file,$out;done">search.sh

 

搜索: sh search.sh get_longest_overlap c

即可在当前目录下的c文件中搜索包含get_longest_overlap 内容的文件以及行号;

 

用shell+vim修改开源软件(pandaseq)中......

好像工作这一年除了rstudio,已经没有使用IDE了,是不是在生物信息的路上走远后,和真正的IT差距变远了

o(︶︿︶)o 唉

posted @ 2015-08-06 11:50  Lyon2014  阅读(186)  评论(0编辑  收藏  举报