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
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
>>
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:
3 matches
Mail list logo