windows xp, gnu grep from http://gnuwin32.sourceforge.net/packages/grep.htm
I have file with line breaks:
test
123
I try to use gnu grep for finding this file by regexp pattern "test.*
*.*12"
grep -G "test.*
*.*12" C:myfile_with_linebreaks.txt
但没有成功。
哪些参数或分类模式需要用来找到与线距相距的线索?