This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BUG] lftp 4.3.6


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]