How to see log files in linux

tail -f vmware.log -----Output data as the file grows,by default shows last 10 lines
tail -n 15 vmware.log--------Print last N lines instead of last 10

No comments: