This is Argyn's blog. I comment on topics of my interests such as software, math, finance, and music. Also, I write about local events in Northern Virginia, USA and all things related to Kazakhstan

Monday, December 22, 2008

How to extract a portion of a file in windows?

type FILE_NAME | find "FILTER_STRING" > EXTRACT_FILE_NAME

There's a bunch of interesting Windows shell commands described in this document.

No comments: