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