[Fwd: Re: basic c thing]

1999-09-27 Thread Robin Burgener
Or you could try man rename.2. rename is a stdio function. You should also look at opendir, readdir and closedir. Original Message Subject: Re: basic c thing Resent-Date: 26 Sep 1999 10:22:49 - Resent-From: debian-devel@lists.debian.org Resent-CC: recipient list

basic c thing

1999-09-26 Thread Phillip Neumann
Hello, Im just beginning to mess my hands into c, so i need some tips... i want to make a program that will rename all dirs in the current dir position to dir-name-renamed. rename files instead of dirs would help me a lot too... i cannot figure out how to do this. can u send me some tips?

Re: basic c thing

1999-09-26 Thread Thomas Schoepf
On Fri, 24 Sep 1999, Phillip Neumann wrote: Im just beginning to mess my hands into c, so i need some tips... i want to make a program that will rename all dirs in the current dir position to dir-name-renamed. rename files instead of dirs would help me a lot too... Is this everything you