[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Automating revision changes
- From: bob proulx com (Bob Proulx)
- To: rpm-list redhat com
- Subject: Re: Automating revision changes
- Date: Sun, 30 Jul 2006 10:24:17 -0600
Jeff Johnson wrote:
> John Calcote wrote:
> > Thanks Jeff. This was just what I was hoping to hear. I wondered if I
> > was doing it in a funny way. Can you paste in some of your
> > configuration
> > file that allows everything to end up in the same directory?
>
> Use ftp://wraptastic.org/pub/jbj/{xrpm,rpmrc,macros} instead. (i.e.
> that's actually
> 3 files from 3 different url's expressed using shell shorthand
> {xrpm,macros,rpmrc} ).
John, On my system the following command will get those three files
all at one time. The shell (e.g. bash, csh) expands the curly braces
into the three files for you on the fly. That will put them in the
current directory for you to browse.
wget ftp://wraptastic.org/pub/jbj/{xrpm,rpmrc,macros}
You can see what it is doing with echo.
echo wget ftp://wraptastic.org/pub/jbj/{xrpm,rpmrc,macros}
HTH,
Bob
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]