Re: Too many subdirectories

1999-03-17 Thread Christophe Clapp
On Mon, Mar 15, 1999 at 03:11:06PM -0500, Dan Brosemer wrote: > On Mon, 15 Mar 1999, Sami Dalouche wrote: > > > I made a c program : > > > > #include > > main() > > { > > int nbr=0; > > while(1) > > { > > printf("%d\n",nbr+=1); > > mkdir ("x"); > > chdir ("x"); > > } > > exit

Re: Too many subdirectories

1999-03-16 Thread Richard Lyon
> I hate to ask, but... why??? I duplicated this for the sake of making > sure this script would work, and it brought my system to it's knees. > A classic troll technique.

Re: Too many subdirectories

1999-03-15 Thread Dan Brosemer
On Mon, 15 Mar 1999, Sami Dalouche wrote: > I made a c program : > > #include > main() > { > int nbr=0; > while(1) > { > printf("%d\n",nbr+=1); > mkdir ("x"); > chdir ("x"); > } > exit(0); > } I hate to ask, but... why??? I duplicated this for the sake of making s

Re: Too many subdirectories

1999-03-15 Thread Mitch Blevins
In foo.debian-user, you wrote: > > --zYM0uCDKw75PZbzx > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: quoted-printable > > I made a c program : > > #include > main() > { > int nbr=3D0; > while(1) > { > printf("%d\n",nbr+=3D1); > mkdir ("x"); > c