On 19 April 2016 at 13:08, Alan Bourke <[email protected]> wrote: > I log the hell out of everything to text files for debug and diagnostic > purposes. Linux has a useful command called 'tail' which when used with > the 'f' switch in a shell will continually display the bottom of a file, > and automatically scroll it upwards as new entries are added. If you > want a Windows alternative you can use PowerShell (as long as you're > Windows 7 or later) > > Open a PowerShell prompt, change to the location of your log file and > do: > > Get-Content .\mylogfile.log -wait
Thanks Alan, very handy! -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cadwx0++yd0c2_ymnkkha6fupp+ys0sxap24k8vzxpgmxpmo...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

