Building files from other files

JORDAN at gmr.COM JORDAN at gmr.COM
Tue Feb 13 04:52:00 AEST 1990


We work in a real time environment, and have noticed something strange
in a particular "driving" loop.

We have two files, exactly the same (visually).  Let's call them a.c, and
a.copy.

a.copy was made from a.c by:
	cp a.c a.copy

Then some extra info was added to a.copy from b.c:

	cat b.c >> a.copy

This added info ruined the performance of the environment so b.c was deleted
from a.copy.  Therefore, a.copy looks the same as a.c.

The Problem?  a.copy still has the bad performance as if b.c were still a
part of the code.

A "diff a.c a.copy" outputs nothing; therefore, no difference.  HELP!!

TP MUGABI-JORDAN
GM - SYSTEMS ENGR CENTER
1151 CROOKS ROAD
TROY, MI 48084
(313)280-6766



More information about the Comp.sys.sgi mailing list