Skip to content

Instantly share code, notes, and snippets.

@sqeezy
Created September 6, 2016 05:44
Show Gist options
  • Save sqeezy/0597be808617bb67e92e71bf3e17e788 to your computer and use it in GitHub Desktop.
Save sqeezy/0597be808617bb67e92e71bf3e17e788 to your computer and use it in GitHub Desktop.
$content = Get-Content .\fitnesse_output.txt
$length = $content.Length
$i = $length-3
$filteredContent = ($content)[1 .. $i]
$filteredContent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment