I have created a FileServer Shell with an eventhandler for shell commands. The event will be triggered for every command, in case of stacked commands that will happen for every command. For example, "uname;ls;id" will trigger that event three times. I need to get the full incoming command (uname;ls;id), is that possible?
I have seen the full command being written to the log, is it available somewhere else?