Hi, there,<br>I am new to UNIX and I just got an assignment to find the number of lines of all text files in my current and subsequent directories by using FIND command and command substitution.I know I can use<br>tail -n 1 $(find . -type f)<br>to display the last line of each of the files fund.Could anyone there tell me the command to find just the number of lines of each text file?<br>Thanks in advance.