Answers for "windows tail command powershell"

1

windows tail command powershell

cat FILENAME  -tail 200 // To show last 200 lines of a file
//Another Commmand
Get-Content FILENAME -tail 10 // To show last 10 lines of a file
Posted by: Guest on November-01-2020

Code answers related to "windows tail command powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language