#!/bin/bash

cat chart.svg |grep title > temp2.txt
cat temp2.txt | cut -d'"' -f 6 |tr -d "," > temp.txt
