Data Ninja Drill
Put your skills to the test by combining multiple commands into a powerful pipeline.
Pipelines
Remember, you can use the pipe | symbol to pass the output of one command as input to another.
Command Prompt
C:\Users\User>cat data.txt | sort -u
References
These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.