Last active
January 16, 2017 15:09
-
-
Save PrateekKumarSingh/f82384358003dcc4f7c8a46d1e151113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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