Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Last active January 16, 2017 15:09
Show Gist options
  • Save PrateekKumarSingh/f82384358003dcc4f7c8a46d1e151113 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/f82384358003dcc4f7c8a46d1e151113 to your computer and use it in GitHub Desktop.
[char[]]"vwxyz" | ForEach-Object {
$Alpha = $_
Get-DictionaryWord $Alpha -Verbose | ConvertTo-Json | `
Out-File ".\DictionaryAlphabetJSON\$Alpha.json"
Write-Host "Alphabet : $Alpha is complete" -ForegroundColor Yellow
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment