console - Streaming data to text files -


i can stream viewable data in windows console, stream data text file using

--raw>output.txt command line

this text file continue grow in size long data streaming. possible end streaming initial text file , start streaming second text file? perhaps after 10 minutes?

you need use pipe operator redirect output tool perform required cutting. cutting can implemented or you'll find ready use


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -