Pipes in windows command prompt

Piping allows you to send the output of one command to another. For example – When you execute DIR command, you get list of all files and directories. But what if you want to filter only specific directories? We can do that using below example. Here dir command will send the output to find command. find command will display only those directories that contain the word “Brisbane”.
 
dir | find “Brisbane”

Web development and Automation testing

solutions delivered!!