PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Hw1/Compare
Date: Wednesday, 09 Sep 2020, 19:08:56


    > Message Posted By: Unknown
    >
    > "Hwk1/Compare runs fiend and find and reports the differences in their outputs, if any." as stated in the specs.
    >
    > How do we run Hwk1/Compare?

% /c/cs323/Hwk1/Compare [ARGUMENT]*

For example,

  % /c/cs323/Hwk1/Compare . -print


will compare the results from /bin/find and ./fiend
in a traversal of the current working directory.

--Stan-
PREV INDEX NEXT