| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,T_RP_MATCHES_RCVD |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Achim Gratz <Stromeko AT nexgo DOT de> |
| Subject: | Re: [BUG] lftp 4.3.6 |
| Date: | Tue, 29 May 2012 21:02:35 +0200 |
| Lines: | 21 |
| Message-ID: | <87k3zuu7xw.fsf@Rainer.invalid> |
| References: | <87obp6u883 DOT fsf AT Rainer DOT invalid> |
| Mime-Version: | 1.0 |
| User-Agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Achim Gratz writes:
> perl -e 'foreach (1..100){' \
> -e 'print "ls -r file:/", ' \
> -e '(map {"$_"x10. "/"}(a..z)), "\n"}' \
> > test.lftp
Sorry, there's a space missing:
perl -e 'foreach (1..100){' \
-e 'print "ls -r file:/", ' \
-e '(map {"$_"x10 . "/"}(a..z)), "\n"}' \
> test.lftp
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |