ANONYMOUS wrote:
> I have called multiple awk script file inside preprocess script. This is important for readability and modularity. Will that be an issue?
>
> I think few of my classmates got a feedback on assignment 1 that they needed to use a single file which in not really a part of the specification.
>
> So, little confused if that would really a problem.
Hi,
It was never my intention that the first assignment be restricted to a single file, which is why I specified a zip for the submission. That said, it doesn't help to chop the code up into too small pieces, which arguably the case for Assignment 1. Assignment 2 is another matter. As far as I can see, you really will need multiple files, which can be any combination you choose of Shell, Awk and Sed scripts (and more than one if it works better). You may recall me saying, in the context of the Sed lecture, that it's better to use a number of small scripts - and get them right - versus a very complicated omnibus script.
Cheers
MichaelW