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
JavaScript
No examples yet.
You can see if there are examples in other languages or
be the first to post an example in JavaScript!
You can see if there are examples in other languages or
be the first to post an example in JavaScript!