#!/bin/bash
echo "--Text"
cat ../../text_class/*.txt | sed 's:<i>.*</i>::' | /usr/bin/spell
echo " "
echo "--text_place"
cat ../../text_place/*.txt | sed 's:<i>.*</i>::' | sed 's:<iframe.*small>::' | sed 's:<a.*>::' | sed 's:http.*>::' | /usr/bin/spell
echo " "
echo "--text_title"
cat ../../text_title/*.txt | sed 's:<i>.*</i>::' | /usr/bin/spell
echo "--text"
cat ../../text_title/*.txt | sed 's:<i>.*</i>::' | /usr/bin/spell
echo "--Descriptions"
cat ../../text_title/*.txt | sed 's:<i>.*</i>::' | /usr/bin/spell
echo $SHELL

