Skip to content

Instantly share code, notes, and snippets.

@deneuxj
deneuxj / FilterTextFile.fsx
Created October 24, 2011 16:18 — forked from OnorioCatenacci/FilterTextFile.fsx
A quick and dirty F# Shell Script to filter a text file for all lines which match a certain string
(*
* Filter a specified file into a second file
* Onorio Catenacci
* 21 October 2011
*)
#r "System.dll"
open System.IO
//Remember: