The command twzer expand google.com command produces a table. In my case I want to expand bunch of bit.ly urls. Due to the output format (table decoration) it is not much useful output.
for url in `cat bitly.csv`
do
echo "$url `twzer expand $url` \n" >> urls.txt
done
The urls.txt is not very useful.
May be adding another option:
twzer bare expand google.com just spits http://google.com