Skip to content

Instantly share code, notes, and snippets.

@masashinakata
Created September 28, 2018 17:57
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 masashinakata/66fabf68755ec8eab5850e717ac3376f to your computer and use it in GitHub Desktop.
Save masashinakata/66fabf68755ec8eab5850e717ac3376f to your computer and use it in GitHub Desktop.
while read a; do
curl -s $a |
tr -d '\n' |
sed -e 's/.*<title>//'
-e 's/<\/title>.*//'
-e 's/^ *//'
-e 's/ *$//'
-e 's/$/:/'
echo
echo $a
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment