01 / 06
You can wire up the way in too
It has all been ways out so far. Now for the way in (standard input, number 0).
Just turn the arrow round.
wc -l < names.txtThat means "pour names.txt into the way in of wc". The way the arrow points is the way things flow.
~ $ wc -l < names.txt3