Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created February 19, 2018 15:52
Show Gist options
  • Save onokatio/c104ad2cbf3b6ad7c1869dded263529f to your computer and use it in GitHub Desktop.
Save onokatio/c104ad2cbf3b6ad7c1869dded263529f to your computer and use it in GitHub Desktop.
profile
curl -Ss https://qiita.com/onokatio/feed.atom|grep -e "<title>" -e "<url>" |sed -e 's/^[0-9]*: *//'|sed -E 's/<url>/(/'|sed -E 's/<\/url>/)/'|sed -E 's/<title>/[/'|sed -E 's/<\/title>/]/'|tr -d '\n'|sed -e 's/)/)\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment