Hello,
How can I display a particular number of lines from the .log file on a terminal?
I have tried the following command to display 7 lines, but getting the error "Invalid numbers of lines".
tail -n 7/access.log
How can I display a particular number of lines from the .log file on a terminal?
I have tried the following command to display 7 lines, but getting the error "Invalid numbers of lines".
tail -n 7/access.log
Comment