     set tosend "ls"
        # Execute the command
          # Revert to 3.0 behaviour.
          send -s $tosend
          expect *
          send -final "\n"
