dotnet

File Read

dotnet fsi
System.IO.File.ReadAllText("/path/to/input-file");;

Shell

dotnet fsi
System.Diagnostics.Process.Start("/bin/sh").WaitForExit();;