code-recipe
coding tips
Tuesday, May 7, 2013
grep in loop # shell
In one line
for f in *.excov; do echo "file $f "; grep -c 'false' $f; done > lostgenes.txt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment