Skip to main content

Thread: html2text error


hey guys, install html2text , when ran command

code:
$html2text index.html > read.txt
i error saying
code:
bash: read.txt: permission denied
what mean , how can solve it?

permission denied means have don't have permission create file named read.txt on directory
can solve using administrative power
code:
sudo su  sudo html2text index.html > read.txt
or can save read.txt in directory write permission
eg
code:
html2text index.html > ~/read.txt
it save file read.txt homedirectory


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] html2text error


Ubuntu

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???