Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

using tail command in linux

tail -f filename //For seeing Realtime change
tail -n 200 filename  // show last 200 lines of a file
 
PREVIOUS NEXT
Tagged: #tail #command #linux
ADD COMMENT
Topic
Name
2+4 =