Error: cannot find symbol - on every command

Viewed 1457

Out of curiosity, I decided to play with JShell. Now, I'm going through these Examples

And I can't figure out how to use it. I'm using the JDK 9 - 108 build and the simple Linux shell commands doesn't seem to work. I tried ls, cd, mkdir and all I get is:

Error: cannot find symbol

1 Answers
Related