Skip to content

Instantly share code, notes, and snippets.

@weiglemc
Created November 18, 2022 18:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save weiglemc/312a11356420b3bc4c8e196e8454002a to your computer and use it in GitHub Desktop.
Save weiglemc/312a11356420b3bc4c8e196e8454002a 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