Skip to content

Instantly share code, notes, and snippets.

@evelynmitchell
Forked from weiglemc/grab-tco.sh
Created November 21, 2022 03:05
Show Gist options
  • Select an option

  • Save evelynmitchell/9017487c3b785cde3cb6a0a8196fc285 to your computer and use it in GitHub Desktop.

Select an option

Save evelynmitchell/9017487c3b785cde3cb6a0a8196fc285 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