Showing tag results for scripting techniques

Apr 13, 2016
Post comments count0
Post likes count0

Compare the letter frequency of two text files by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to compare the letter frequency of two different text files. This is the fourth post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire series in order. Here are the posts in the series: ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 12, 2016
Post comments count0
Post likes count0

Read a text file and do frequency analysis by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to read a text file and do a letter-frequency analysis using Windows PowerShell in this article written by the Microsoft Scripting Guy, Ed Wilson. This is the third post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire s...

Scripting Guy!Windows PowerShellscripting techniques
Apr 11, 2016
Post comments count0
Post likes count1

How to skip the beginning and ending of a file by using PowerShell

I_am_mr_ed
I_am_mr_ed

Summary: Learn how to skip the beginning and ending portions of a text file by using Windows PowerShell in this article by the Microsoft Scripting Guy Ed Wilson. This is the second post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire seri...

Scripting Guy!Windows PowerShellscripting techniques
Apr 8, 2016
Post comments count0
Post likes count0

Letter frequency analysis of text by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to do letter frequency analysis of a text enabling one to see how often a letter occurs. This is the first post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the ent...

Scripting Guy!Windows PowerShellscripting techniques
Mar 14, 2016
Post comments count0
Post likes count0

PowerTip: Find your version of PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to find your Windows PowerShell version easily.  How can I use Windows PowerShell to tell me what version of Windows PowerShell I am running?  Use the $PsVersionTable automatic variable. To see the major, minor, build, and revision of Windows PowerShell, use the following: $PSVersionTable.PSVersion  

Scripting Guy!Windows PowerShellscripting techniques