On Thu, Apr 28, 2005 at 09:43:23AM -0700, Wiley Siler wrote: > Command line on the box and navigate to the directory for your VM. > > An example of one of mine... > /var/spool/asterisk/voicemail/default/1003/INBOX/ > > Issue the rm *.* command
A petty note: 'rm *', actually . rm *.* won't delete files that happen not to have '.' in their name. Also note that wildcards behave quite differently on OS and in unix shells. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
