Windows Command line: pipe example
Self-tutoring about computer science: the tutor mentions a key element of command line thinking. At the command line (Windows or Li|U|nix), a pipe is often shown as | and sends the first command’s output as input to the next command. …