This command is useful in the following cases;
These function can be done by the following way;
sdbload abc | sdbsh -cmd 'mv $scn backup' sdbload abc | sdbsh -cmd 'ls -l $scn' sdbload abc | sdbsh -do bad -cmd 'rm $scn'
In the shell command stript you can use a string for replacement by scn filename. (The default string is $scn). The replacement string can be written only one in the shell_command. If no replacement string in the shell_command, it is assumed to be attached at the end of the shell_command.
Only if the shell_command is the last option parameter, you can reduce key touching for "-cmd"