Thursday 7 January 2021

jshell: history: Get history of commands that you typed

Execute the command /history in jshell prompt to get history of what you have typed.

jshell> /history

int x
x
x=20
x = 30
x = 40
int a = 10
int a = 20
a
/help
/history

 

 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment