How can I execution a bash line(command) that contains the redirection characters? For instance, the following line can't be execution.
home>CMD="ls -l > out" home>$CMD ls: cannot access >: No such file or directory ls: cannot access out: No such file or directory Thanks for your help in advance.