Mailinglist Archive: opensuse (4344 mails)

< Previous Next >
Re: [SLE] Copying files
  • From: Jerry Feldman <gerald.feldman@xxxxxx>
  • Date: Wed, 31 Aug 2005 15:38:41 -0400
  • Message-id: <200508311538.41252.gerald.feldman@xxxxxx>
On Wednesday 31 August 2005 2:16 pm, Carlos E. R. wrote:
>
> > In any case, as I mentioned, my solutions are not very good.
> >
> > Note that a 64-bit system might handle this better.
>
> I don't think so, it is a bash limit, not an architecture limit.
Yes and no.
The ls problem that Albert had was not a bash problem, but was most likely
an ls buffer issue.
The 32-bit architecture limits has been improved in the 2.6 kernel, but
significantly improved on 64-bit systems, but may not apply to ls or bash.
The bash limit comes into play when expanding wild cards on the command
line, so cp * <some directory> will fail, which is why I suggested using
find which deals with files and wild cards much differently than does bash.

--
Jerry Feldman <gerald.feldman@xxxxxx>
Linux Expertise Center (PTAC-MA/TX)
Hewlett-Packard Co.
550 King Street LKG2a-X2
Littleton, Ma. 01460
(978)506-5243

< Previous Next >
Follow Ups