POV-Ray : Newsgroups : povray.off-topic : Trouble with large directory in Linux : Re: Trouble with large directory in Linux Server Time
29 Jul 2024 06:25:48 EDT (-0400)
  Re: Trouble with large directory in Linux  
From: Jim Henderson
Date: 28 Feb 2012 15:01:25
Message: <4f4d3295$1@news.povray.org>
It's probably shell expansion of the wildcard, as others have indicated.

Break it down into smaller deletions.  For example:

rm a*
rm b*
rm c*

etc.

Or use one of the other suggested ideas.

Jim


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.