rm -f error.in rm -f error.out echo "Hello World" > error.in ./quoteDB error.in > error.out rm -f error.in echo ":random" > error.in ./quoteDB error.in >> error.out ./quoteDB >> error.out rm -f error.in echo ":remove:4" > error.in ./quoteDB error.in >> error.out rm -f error.in echo "Joel:Watch Out!\n:remove:2" > error.in ./quoteDB error.in >> error.out