I'm having trouble with this bit of linux code:
FILE=$(wget 'https://dl.dropbox.com/s/ru72h4b984qpxxq/spotify.txt' -q -O -)
if [ "$FILE" == "| |" ]
then
echo "File is a match"
I can't get this statement to be true. Would you mind checking the contents of the url and tell me if I'm doing something wrong with the vertical lines or spacing? Thanks for your help.