Back to Blog
Arnošt Havelka

Data Ninja Drill

Combine commands to process data.

Start Interactive Lesson
Data Ninja Drill

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.

Up Next

Premium: Bash Script Variables

Master bash variables and arithmetic to build reusable automation scripts that adapt to different environments.