./dotnet --examples
Funciones y ejemplos de uso
file-read
dotnet fsi
System.IO.File.ReadAllText("/path/to/input-file");;
shell
dotnet fsi
System.Diagnostics.Process.Start("/bin/sh").WaitForExit();;
./related --binary=dotnet
Binarios relacionados
Comparten al menos una función con dotnet.