CMD.EXE batch script to display last 10 lines from a txt file
问题 Any ideas how to echo or type the last 10 lines of a txt file? I'm running a server change log script to prompt admins to state what they're doing, so we can track changes. I'm trying to get the script to show the last 10 entries or so to give an idea of what's been happening recently. I've found a script that deals with the last line, as shown below, but can't figure out what to change in it to display the last 10 lines. Script: @echo off setLocal EnableDelayedExpansion for /f "tokens=*