The juke program is fairly easy to use interactively.
We'll start by simply starting up the juke command
interactively, and exiting again.
% setup juke
% juke
> quit
%
In this example we used the setup command to set up
environment variables, etc for the jukebox software. If you
are not at Fermilab using ups for software package
maintenance,
you will probably have to set the JUKE_DIR environment
variable to the appropriate directory (something like
/usr/local/lib/juke) and make sure the juke
command is in your command search path.
We next started the juke command, and it printed it's prompt, which is a ">" character.
Finally we typed quit which is the command to leave the juke program.