Stdin Line Filter

A line filter is a common type of program that reads input on stdin, processes it, and then prints some derived result to stdout. grep and sed are common line filters.

Examples in Swift
No examples yet.
You can see if there are examples in other languages or
be the first to post an example in Swift!