simonw / strip-tags

CLI tool for stripping tags from HTML
Apache License 2.0
209 stars 6 forks source link

Not able to save stdout in a file #30

Open aborruso opened 3 weeks ago

aborruso commented 3 weeks ago

Hi, first of all thank you very much for this great tool.

When I run

curl -kLs "https://www.ilpost.it/2024/10/18/morte-sinwar-cambia-guerra/" | strip-tags #singleBody  >tmp.txt  

no file is created. Is this normal? Am I doing something wrong?

Thank you