unix tail command code example
Example: using tail command in linux
tail -f filename //For seeing Realtime change
tail -n 200 filename // show last 200 lines of a file
tail -f filename //For seeing Realtime change
tail -n 200 filename // show last 200 lines of a file