Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created December 27, 2017 08:31
Show Gist options
  • Save kjunichi/21df8969f8ffed877b1874853f581a3d to your computer and use it in GitHub Desktop.
Save kjunichi/21df8969f8ffed877b1874853f581a3d to your computer and use it in GitHub Desktop.

TLからURLを抽出

tw @kjunichi/comp| sed "s,\x1B\[[0-9;]*m,,g"|grep -o -e 'https://.*\s'|cut -f1 -d' '

関連

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment