Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash print last n lines of file

# Basic syntax:
tail -n input_file
# Where n is the number of lines to load from the end of the input_file
Source by kb.iu.edu #
 
PREVIOUS NEXT
Tagged: #bash #print #lines #file
ADD COMMENT
Topic
Name
2+7 =