Hm... mabye it will be easier to understand if put it like this:
> set cmd {ls -al}
then I want to execute that command, but not using exec (since that doesnt work for my specific commands).
What's annoying is that ls -al works really fine if i type it in myself at the prompt. But i dosen't work if I do:
> set $cmd {ls -al}
> $cmd
> set cmd {ls -al}
then I want to execute that command, but not using exec (since that doesnt work for my specific commands).
What's annoying is that ls -al works really fine if i type it in myself at the prompt. But i dosen't work if I do:
> set $cmd {ls -al}
> $cmd