![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I gzip or delete pacct files in solaris ? | neel.gurjar | SUN Solaris | 3 | 09-16-2008 01:12 AM |
| Script to delete mails from maildir | squid04 | UNIX for Dummies Questions & Answers | 1 | 02-08-2007 06:25 AM |
| Delete all mails using mailx or mail | ninjanesto | Shell Programming and Scripting | 2 | 11-07-2006 06:16 AM |
| how to send mails to users on exchange server from sendmail/solaris(mailx) | ganeshh | SUN Solaris | 5 | 11-17-2005 09:51 PM |
| delete a file from an existing Solaris tar | avnerht | UNIX for Dummies Questions & Answers | 2 | 03-20-2002 02:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Delete all mails on Solaris
How do I delete all my mails in the mailbox on Solaris?
? d * Illegal numeric ? d * does not work. Also I want to retain the mailbox. Thanks, Rahul. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
#3
|
||||
|
||||
|
Code:
>"$MAIL" Code:
printf "d*q"|mailx -N |
|
#4
|
|||
|
|||
|
Quote:
mail d * |
|||
| Google The UNIX and Linux Forums |