Skip to content

Instantly share code, notes, and snippets.

@ifduyue
Last active November 4, 2017 17:34
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 ifduyue/03c03a6ac12c92dff0887b3c3ece3d98 to your computer and use it in GitHub Desktop.
Save ifduyue/03c03a6ac12c92dff0887b3c3ece3d98 to your computer and use it in GitHub Desktop.
t timeline $(t whoami | perl -ne 'print $1 if /^Screen name\s+@(.+)/') --csv --number
99999 | perl -lne 'print $1 if /^(\d+),/' | xargs -L99 t delete status -f
t timeline @yourid --csv --number 99999 | egrep -o '^[0-9]+' | xargs -L99 t delete status -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment