On Thu, 2003-12-11 at 04:32, Dan wrote: > Hi, > > ----- Original Message ----- > From: "Steven Critchfield" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 11, 2003 12:10 PM > Subject: Re: [Asterisk-Users] * CVS checkout does not work on one > box -solved now > > > .. > > It doesn't have to do with the directory, just the fact that the > > .version file wasn't removed with your commands above, and it is only > > created by the make file if it doesn't exist. So you did not purge the > > directory like you thought you did. > The strange thing is that after the rm -r -f command, if: > ls -l ./asterisk > shows me an empty directory, so (apperently) the .version file was deleted > too
ls by default does not show dot files. dot files are files that begin with a dot. compare for instance the difference in the output of ls -l in your home directory with the output of ls -la. Then go read the man page for ls, there is likely a lot you will find that you didn't know. -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
