cadejacobson / crush

Crush (AKA Cade's RUst SHell) is a rust implementation of a modern shell.
MIT License
0 stars 0 forks source link

Create piping input #15

Closed cadejacobson closed 4 months ago

cadejacobson commented 4 months ago

Commands like cat unsorted.txt | grep l should allow receiving information from the previous function.

cadejacobson commented 4 months ago

This and #14 both mirror each other. To test if we have working input, we have to be able to see some output. I will close the other when I get this one implemented.