TEXTWORD Input Format Examples

Word Distribution

Return the distribution of words in the specified text file:
LogParser "SELECT Text, COUNT(*) FROM MyFile.txt GROUP BY Text ORDER BY COUNT(*) DESC" -i:TEXTWORD


© 2004 Microsoft Corporation. All rights reserved.