One of the things ssh can do is execute a command on a remote server. Most of us expect it to work transparently when doing so, simply passing the command and its arguments on without any surprises in ...
Simply put, I'm attempting to pass arguments from the command line and access them through LISP. To note, I'm using Allegro Common Lisp from the shell (not emacs).<BR><BR>At any rate, I read somewhere ...