./jshell --examples
Funciones y ejemplos de uso
file-read
jshell
jshell> /open /path/to/input-file
file-write
jshell
String x = "DATA";
/save /path/to/output-file
shell
jshell
Runtime.getRuntime().exec("/path/to/command");
./related --binary=jshell
Binarios relacionados
Comparten al menos una función con jshell.