quarta-feira, 25 de junho de 2014

Simulating the TAIL command in Linux with Windows Powershell

To get a similar result to the TAIL Linux command using PowerShell

"Get-Content ".\myfile.txt" | select -Last 10"

--
Check out my new book on MySQL 5.6 http://www.amazon.com/dp/B00KSMWLH0

Nenhum comentário:

Postar um comentário

Leave your comment here!