PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] nLines
Date: Thursday, 10 Sep 2020, 07:48:11


    > Message Posted By: Unknown
    >
    > how do we run run the nLines command to check the number of lines in our
    > program?

For a single file

  % /c/cs323/bin/xLines < FILE.c

For multiple files

  % cat FILE1.c FILE2.c | /c/cs323/bin/xLines

--Stan-
PREV INDEX NEXT