Use Windows CMD findstr to match lines with two words separated by one or more spaces

前端 未结 0 1967
旧巷少年郎
旧巷少年郎 2020-12-25 08:05

For the file sub.txt

callfoo()     # no match
call_foo()    # no match
call foo()    # match
call  foo()   # match

the command



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题