RE: backtics

2010-09-24 Thread Conway, Timothy
This probably isn't a backtic problem, but using backtics causes it. ls `ls` results in file not found errors. ie: bash-3.2$ ls 35ms 40ms 80ms bash-3.2$ ls `ls` ls: cannot access 35ms: No such file or directory ls: cannot access 40ms: No such file or directory ls: cannot access 80ms: No such f

Re: backtics

2010-09-24 Thread Spiro Trikaliotis
Hello, * On Fri, Sep 24, 2010 at 08:39:21AM -0600 Eric Blake wrote: > On 09/24/2010 07:43 AM, mel...@orangepalantir.org wrote: >> This probably isn't a backtic problem, but using backtics causes it. >> >> ls `ls` >> >> results in file not found errors. ie: >> >> bash-3.2$ ls >> 35ms 40ms 80ms >>

Re: backtics

2010-09-24 Thread Eric Blake
On 09/24/2010 07:43 AM, mel...@orangepalantir.org wrote: This probably isn't a backtic problem, but using backtics causes it. ls `ls` results in file not found errors. ie: bash-3.2$ ls 35ms 40ms 80ms bash-3.2$ ls `ls` ls: cannot access 35ms: No such file or directory ls: cannot access 40ms: