summaryrefslogtreecommitdiff
path: root/Userland/fgrep.cpp
AgeCommit message (Expand)Author
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-04-25fgrep: Don't repeat old incoming data if fgets() failed.Andreas Kling
2018-11-12Add primitive FIFO and hook it up to sys$pipe().Andreas Kling
2018-11-11Add a naive /bin/fgrep for testing pipes.Andreas Kling