Log analysis lab 1.2

Which file in the Practice directory has the most lines?

1 Like

Hi There,
linux can do it by word count
wc -l *
this would count lines for each file in current folder.

The answer is auth.log.2