
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Website Question(s)
>>>>> "Patrick" == Patrick Niessen <tlug.niessen@example.com> writes:
Lyle> >Is there some kind of limit on the number of .jpg files
Lyle> that can be in >one folder? I have a page with links to
Lyle> HTML files - all of which are >pulling photos from the same
Lyle> folder.
Patrick> Well I have regularly trouble deleting the content of my
Patrick> spam-assassin spam folder with rm virusmail/* .
Patrick> Apparently too many parameters ...
That's a shell limit, not a filesystem issue.
Patrick> So I need to delete first all beginning with a then with
Patrick> b then with c, etc ...
That works but there's no "need" for it. :^)
find virusmail | xargs rm
--
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.
Home |
Main Index |
Thread Index