You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The urls.txt is not very useful.
May be adding another option:
twzer bare expand google.com
just spitshttp://google.com
The text was updated successfully, but these errors were encountered: