This sed command will remove the long at lat from the file ## sed "s/[(]N[^)]*[)]//g" web.sav ##____________________________ ## Future script to send clean wospi output to google drive using rclone cat web.txt|sed -e 's/<[^>]*>//g' > wospi.tmp cat wospi.tmp | sed "s/[(]N[^)]*[)]//g" > wospi.store