#! /bin/bash

echo "Dit is file a" > a.old
echo "En dit is file b" > b.old
echo "Hier hebben we file c" > c.old
echo "En tot slot is hier file d" > d.old

