OSDN Git Service

文字化け対策
[lcs-jp/lcs-jp.git] / todo.sh
1 #!/bin/sh
2
3 args='--color=auto --exclude-dir=".svn"'
4 gstring='(todo|fixme)'
5 grep -inrIP $args "$gstring" * # grep(1)