You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
This is the line that contains the typo:
The greater-than (>) sign must go off, according to pup version (0.4.0) in image container pulled today in Manjaro:
The text was updated successfully, but these errors were encountered: