Filter Matching String Lines in Batch -


i'm trying force text output ignore lines. current command is:

type "c:\file.txt" | findstr "company: 

and outputs with:

company:   company:   company:   company:  company1 company:  company2 company:  company3 company:   company:   company:   

is possible ignore blank lines? i've tried findstr /v "company: , removes everything. :(

what want output is:

company:  company1 company:  company2 company:  company3 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -