Differences between revisions 3 and 4
Revision 3 as of 2007-10-30 18:01:42
Size: 352
Editor: 203
Comment:
Revision 4 as of 2011-08-03 11:00:42
Size: 352
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

커맨드라인용 텍스트검색 프로그램

http://www.gnu.org/software/grep/

사용 예

.svn 이 들어가지 않은 라인만 찾기

grep -rn --exclude=.svn PATTERN *
  • but, 위 명령은 [Win32]용에서는 안된다. 다음처럼

    grep -rI something_to_find . | grep -v \.svn


CategoryProgram

Grep (last edited 2013-02-18 09:15:20 by 61)

web biohackers.net