prev
Chaining Commands Together
next
You can chain indefinitely
%
cat stuff.txt
one
one
three
two
one
%
grep "o" stuff.txt | sort | uniq > text
%
cat text
one
two