Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Forked from weiglemc/grab-tco.sh
Created November 20, 2022 15:33
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 jpluimers/88b5a392b64bc10e809cc9efea56c84d to your computer and use it in GitHub Desktop.
Save jpluimers/88b5a392b64bc10e809cc9efea56c84d to your computer and use it in GitHub Desktop.
Command-line to grab t.co URLs from Twitter archive
awk -F '\"' '/\"url\" :/ {print $4}' tweets.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment