Answers for "using tail command in linux"

2

using tail command in linux

tail -f filename //For seeing Realtime change
tail -n 200 filename  // show last 200 lines of a file
Posted by: Guest on September-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language