명령줄 HTML 파싱 도구. 더 많은 정보: https://github.com/ericchiang/pup.
cat {{index.html}} | pup --color
cat {{index.html}} | pup '{{태그}}'
cat {{index.html}} | pup '{{div#아이디}}'
cat {{index.html}} | pup '{{input[type="text"]}}'
cat {{index.html}} | pup '{{div}} text{}'
cat {{index.html}} | pup '{{div}} json{}'