Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sudo apt-get install html2text
  2. html2text Webpage.html | less
  3.  
  4. sudo apt-get install w3m
  5.  
  6. w3m -dump askubuntu.com | less
  7.  
  8. w3m -dump index.html | less
  9.  
  10. lynx -dump file.html
  11.  
  12. echo "<div>this is a div</div>" | lynx -dump -stdin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement