batch

Search and find text in windows command line

Background When one has a large text file to sift through, windows command line executables might come to rescue. To illustrate usefulness of some of these tools. I have build herein an example case where you require finding a line with search certain search pattern.

Batch scripting and using open source video downloader

Background Open source community is a host of invaluable tools for raising productivity. One of these tools include youtube-dl which is a shell/command line based tool for making requests and streaming data. In addition, it links to the popular ffmpeg library to weave together video and streams, all seamlessly.