Thread: html2text error
hey guys, install html2text , when ran command
i error sayingcode:$html2text index.html > read.txt
what mean , how can solve it?code:bash: read.txt: permission denied
permission denied means have don't have permission create file named read.txt on directory
can solve using administrative power
or can save read.txt in directory write permissioncode:sudo su sudo html2text index.html > read.txt
eg
it save file read.txt homedirectorycode:html2text index.html > ~/read.txt
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] html2text error
Ubuntu
Comments
Post a Comment