-
-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Description
This is the line that contains the typo:
$ curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" |
> pup -n 'table.wikitable tr'
The greater-than (>) sign must go off, according to pup version (0.4.0) in image container pulled today in Manjaro:
$ curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | > pup -n 'table.wikitable tr'
(I found a similar paragraph later on, and I see that what is intended to use is / for changing line; so the > represents the command prompt in a new line. And that's the error, because it is a pipe | sign what's in the book…)
(Also works the alternative command that I wrote first.)
Metadata
Metadata
Assignees
Labels
No labels