I have a 700mb log file and I'd like to read the last thousand lines or so when I initially open the file, can I specify how many lines to read? ie: tail -n 1000
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a 700mb log file and I'd like to read the last thousand lines or so when I initially open the file, can I specify how many lines to read? ie: tail -n 1000