Skip to content

Instantly share code, notes, and snippets.

@shawndumas
Last active January 2, 2016 12:49
Show Gist options
  • Save shawndumas/8306125 to your computer and use it in GitHub Desktop.
Save shawndumas/8306125 to your computer and use it in GitHub Desktop.
hn leaders
lynx -dump -nonumbers -nolist https://news.ycombinator.com/leaders | head -14 | tail
@mariocesar
Copy link

lynx -dump -nonumbers -nolist https://news.ycombinator.com/leaders | head -13 | tail -n+5

Will dismiss the site header and output just the table

@shawndumas
Copy link
Author

thx... how did you find this?

@mariocesar
Copy link

From time to time I browse https://gist.github.com/discover/ to get some coding inspiration :)

@shawndumas
Copy link
Author

cool, thx for replying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment