i want a command that will sleep for 10sec and show last 100 lines in unix log file
i am using
tail -f -s10 -n100 filename (this command showing 100 lines only once, but as the file is appending i am unable to view the next 100 lines)
Plz guide me...
i am using
tail -f -s10 -n100 filename (this command showing 100 lines only once, but as the file is appending i am unable to view the next 100 lines)
Plz guide me...
Comment