About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
curena
1/21/2016 - 6:50 PM
share
Share
add_circle_outline
Save
Powershell tail a log file
Powershell tail a log file
powerShellTail.ps1
content_copy
file_download
Get-Content -Path "C:\scripts\test.txt" -Wait
clear