www.logparser.com
Log Parser FS Input Format

(Back to Home)


The FS input format returns information on files and directories.

The following example demonstrates how to get a top ten list of the largest files in the current directory:

LogParser "SELECT TOP 10 Name, Size FROM * ORDER BY Size DESC" -i:FS -recurse:0

(Back to Top)
Copyright (2023-2024) www.logparser.com