Logo

@chadkoh — Generous with Likes ❤️

Category: code

  • I ♥ grep

    grep -o ‘isbn=[0-9]{10}’ | sort -u That is how you scrape the HTML source of your weRead page to get a nice CSV of ISBNs to export to GoodReads. Handy until they get proper export functionality.

  • I ♥ grep

    grep -o ‘isbn=[0-9]{10}’ | sort -u That is how you scrape the HTML source of your weRead page to get a nice CSV of ISBNs to export to GoodReads. Handy until they get proper export functionality.