Quantcast
Channel: Microsoft – Jessica Deen
Viewing all articles
Browse latest Browse all 57

Want something equivalent to the Linux Tail command but for Windows? Use PowerShell!

$
0
0
If you’re like me and you write a lot of scripts that take anywhere from 15 minutes to 50 minutes to complete an install, sometimes it’s nice to be able to see the log file generated as the installation completes. In Linux, I would simply use tail -f ‘location of file’ (without quotations) to monitor

Viewing all articles
Browse latest Browse all 57

Trending Articles