I need these commands to check log file on Windows, but I don't install any program, and I like Powershell with Windows.
|
This works well enough for small files, larger ones (more than a few MiB) are probably a bit slow. The PowerShell Community Extensions include some cmdlets for specialised file stuff (e.g. Get-FileTail). |
|||
|
PowerShell doesn't really provide any alternative to separate programs for either, but for structured data
However as PowerShell passes (.NET) objects – with all their typed structure, eg. dates remain |
|||
|
|
|
If you need to query large (or small) log files on Windows, the best tool I have found is Microsoft's free Log Parser 2.2. You can call it from PowerShell if you want and it will do all the heavy lifting for you, and very fast too. |
|||
|
|
I got some better solutions:
|
|||
|
|
notepadas your base I would suggest looking at alternative text editors, there are plenty of (both free and paid) alternatives. All are superior to notepad (albeit that's not much of a challenge). – Richard Mar 13 '12 at 11:34