plural
This commit is contained in:
parent
1f7065e387
commit
14c09bd59b
@ -1,4 +1,4 @@
|
||||
// ## Line Filter
|
||||
// ## Line Filters
|
||||
|
||||
// A line filter program reads input on stdin,
|
||||
// processes it, and prints results to stdout.
|
@ -3,6 +3,6 @@ $ echo 'hello' > lines
|
||||
$ echo 'filter' >> lines
|
||||
|
||||
# Use the line filter to get uppercase lines.
|
||||
$ cat lines | go run line-filter.go
|
||||
$ cat lines | go run line-filters.go
|
||||
HELLO
|
||||
FILTER
|
@ -73,7 +73,7 @@ base64-encoding ~
|
||||
reading-files
|
||||
writing-files
|
||||
standard-streams ~
|
||||
line-filter
|
||||
line-filters
|
||||
command-line-arguments
|
||||
command-line-flags
|
||||
environment-variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user