GNU bug report logs -
#7036
ls, mv, etc on LINUX
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 15 Sep 2010 10:48:30 -0600
with message-id <20100915164830.GA9917 <at> hysteria.proulx.com>
and subject line Re: bug#7036: ls, mv, etc on LINUX
has caused the GNU bug report #7036,
regarding ls, mv, etc on LINUX
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
7036: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7036
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi Guys,
Greatly surprised (and not very happy) that my attempts to list or move files satisfying a file name pattern (like ls *.tgz for example) fail miserably on my linux machine, when the number of files satisfying the pattern is large. Error message example: "/bin/mv: Argument list too long". Is this a bug or a feature, would you know?
I used to work with a Unix version (Solaris) quite a number of years (decades) and cannot remember having seen this limitation before.
Any tips?
Regards,
Elisabet Wahlgren
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
Elisabet Wahlgren wrote:
> Greatly surprised (and not very happy) that my attempts to list or
> move files satisfying a file name pattern (like ls *.tgz for
> example) fail miserably on my linux machine, when the number of
> files satisfying the pattern is large. Error message example:
> "/bin/mv: Argument list too long". Is this a bug or a feature, would
> you know?
This is a long standing kernel limitation. Because file glob
expansion occurs by the shell before program invocation this doesn't
have anything to do with any program. The shell is running out of
space while trying to set up the command environment.
See this reference for all of the details:
http://www.gnu.org/software/coreutils/faq/#Argument-list-too-long
> I used to work with a Unix version (Solaris) quite a number of years
> (decades) and cannot remember having seen this limitation before.
It has been around forever in traditional Unix kernels. Note that a
recent change has enhanced the Linux kernel to avoid this limitation.
Bob
This bug report was last modified 14 years and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.