lhunath 1296930388 learn Doing something like `echo foo` is a no-op: echo outputs 'foo' and `` is replaced by echo's output. So the result of it is just 'foo'. Drop the whole `echo ...` part and write JUST foo instead. lhunath 1296930872 forget lhunath 1296930905 learn Doing something like `echo foo` is redundant: echo outputs 'foo' and `..` is replaced by echo's output. So the result of it is just 'foo'. Drop the whole `echo ...` part and write JUST foo instead. lhunath 1381432811 forget lhunath 1381432831 learn #redirect $(echo