|
||||||||
On 12/30/05, Bob . <tempuserone at yahoo dot com> wrote: > When using exec.php to run commands I frequently get the exact command string I entered preceded by"$ ". Is that an indication the command was accepted? > that's the command that was run. The "$" is the /bin/sh shell's prompt. if you were using an interactive shell, the command you typed would have been at a line that just had a "$" -Chris |