bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting weird output out of 'echo' w/args


From: Chet Ramey
Subject: Re: getting weird output out of 'echo' w/args
Date: Wed, 29 May 2013 21:25:06 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 5/29/13 9:08 PM, Linda Walsh wrote:
> Why would I get this:
> 
>> echo "gtk-2.0/2.10.0/engines/liboxygen-gtk.so 
>> [u::rwx,u:law:rwx,g::r-x,m::rwx,o::r-x]"
> gtk-2.0/2.10.0/engines/liboxygen-gtk.so 
> [u::rwx,u:law:rwx,g::r-x,m::rwx,o::r-x]
> 
>> echo gtk-2.0/2.10.0/engines/liboxygen-gtk.so 
>> [u::rwx,u:law:rwx,g::r-x,m::rwx,o::r-x]
> gtk-2.0/2.10.0/engines/liboxygen-gtk.so s
> 
> ^^--so why doesn't it echo out it's input arguments? Where did the acl go?
> into 's'?  ;-/

Are you familiar with filename generation, commonly known as `globbing'?

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]