name Globs und stat
dir ftp://ftp.mathematik.uni-ulm.de/pub/vorlesungen/ws99/uxdb2/skript/tobecompiled
load tobecompiled.pl
load a.c
load b.c
load c.c
test a cc -c a.c
test b cc -c b.c
test c cc -c c.c
test link cc -o abc a.o b.o c.o
test tobecompiled tobecompiled.pl
test abc abc
