Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2010 10:19:12 -0700
From:      Charlie Kester <corky1951@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Creating multiple directories simultaneously
Message-ID:  <20100326171912.GE84718@comcast.net>
In-Reply-To: <20100326130121.61267cd4@scorpio.seibercom.net>
References:  <20100326071248.4ec4ea5e@scorpio.seibercom.net> <20100326113258.GA9957@catflap.slightlystrange.org> <20100326074456.7139c3da@scorpio.seibercom.net> <20100326154907.GC84718@comcast.net> <20100326162815.GD84718@comcast.net> <20100326130121.61267cd4@scorpio.seibercom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri 26 Mar 2010 at 10:01:21 PDT Jerry wrote:
>On Fri, 26 Mar 2010 09:28:15 -0700, Charlie Kester
><corky1951@comcast.net> articulated:
>
>> For extra credit, and to test your understanding, see if you can
>> explain how the following work:
>>
>> $ mkdir -p FOO/{foo-,bar-}{1,2,3}
>>
>> $ cp foo{,.bak}
>
>Maybe I am doing this wrong; however, I had to use the "-R" flag with
>'cp' to make it work. I also assume you meant "FOO" and not "foo"
>unless I am completely misunderstanding this exercise.

Sorry, pedagogical error.  I didn't intend that to operate on the
results of any of the other examples. I probably should have chosen
something other than 'foo' in order to avoid that misunderstanding.

The point was simply to explore what happens when one of the terms
inside the braces is an empty string.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100326171912.GE84718>