# 4 Beginners - cat, grep, and the wonders of piping
The cat or concatenate command writes files to the standard output (the text you see on your screen in your terminal).
meanii ✓ cat hello.txt
cat is often the easiest way to quickly inspect the contents of a file. It becomes especially powerful when ...
meanii.hashnode.dev2 min read