Hi, David Levine wrote: > Let's assume the user's shell is bash. whatnow does this: > > bash -c "ls <args>;"
My binary may be old but
$ strings `which whatnow` | grep SHELL
$SHELL -c " cd %s;ls
$SHELL -c "cd;pwd"
$SHELL -c "cd %s;cd %s;pwd"
$SHELL -c "ls %s"
$SHELL -c " cd %s;ls %s"
$
I think those `;' should be `&&'.
Cheers, Ralph.
_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers
