Skip to content

Instantly share code, notes, and snippets.

@toddlers
Last active November 22, 2017 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddlers/73b1f4da96168cf26e4f5bd84c0893a2 to your computer and use it in GitHub Desktop.
Save toddlers/73b1f4da96168cf26e4f5bd84c0893a2 to your computer and use it in GitHub Desktop.
list links in web pages
  • For listing the links inside a web page
    • Install lynx using brew install lynx on mac
    • Run following command for listing the links
      lynx -listonly -dump soompi.com
      
    • Results
      git:master=⚡ lynx -listonly -dump soompi.com
      
      References
      
      Visible links
      1. https://www.soompi.com/page/2/
      2. https://www.soompi.com/feed/
      3. https://www.soompi.com/comments/feed/ ```
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment