Skip to content

Instantly share code, notes, and snippets.

View Trifused's full-sized avatar

Lawrence Billinghurst Trifused

View GitHub Profile
@Trifused
Trifused / word-freq.ps1
Last active April 28, 2019 23:10 — forked from arthurattwell/word-freq.ps1
Word frequency with PowerShell
# PowerShell: Counting words in a text file
# Returns a list of the most-used, longest words in a text file.
#
######
#
# Post from From: https://gist.github.com/arthurattwell/f6552158f17db18ad48d286146f533c7
# Modified by Lawrence Billinghurst
# Modification Data: April 2019
# and
# Adapted slightly from