Chapter 39. Directory

Table of Contents
Q: How Recursively Sub Directory Can Be Created ?
Recipes

Q: How Recursively Sub Directory Can Be Created ?

The structore holding the html-ized article is as follows:

200201/msg\d+.html

One sub-directory by default.

Consider directory listing. "ls" returns 1000 files soon, but 10000 files a little slowly.

To accelerate listing, we should use sub-directory structure. For example, each sub-directory holds 1000 files. The structure such as "spool/sub/file" holds 10^6 ( million ) files and listing of it is fast.

It must be enough to assume that 1 million articles for one ML.

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.