In a completely unrelated note to my recent ramblings, I'm finding I'm having an issue with
=> #
I just want to see the last 50 lines of said file. On my OSX box, works like a charm, even if the file is 20 lines long, no errors.
Not sure how to even register an issue with something like
tail
. tail -n 50 /var/log/nginx/error.log
=> #
usage: tail [-F | -f | -r] [-q] [-b # | -c # | -n #] [file ...]
I just want to see the last 50 lines of said file. On my OSX box, works like a charm, even if the file is 20 lines long, no errors.
Not sure how to even register an issue with something like
tail
.