Answers for "ubuntu cat last 10 lines"

0

ubuntu cat last 10 lines

# this will cat you the last 100 lines of the file.txt
tail -100 file.txt
Posted by: Guest on May-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language