-
-
Save ifduyue/03c03a6ac12c92dff0887b3c3ece3d98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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