Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

crashmaint(1) [debian man page]

CRASHMAINT(1)							     CrashMail							     CRASHMAINT(1)

NAME
crashmaint - Do maintanence on CrashMail message bases SYNOPSIS
crashmaint [MAINT] [PACK] [VERBOSE] [SETTINGS filename] [PATTERN pattern] DESCRIPTION
Deletes old messages according to KEEPNUM and KEEPDAYS in crashmail.prefs. The program can do two different operations on a messagebase, MAINT and PACK. The meaning of these two modes are different for different messagebase formats. *.msg MAINT deletes messages and PACK renumbers the area. JAM MAINT sets the Deleted flag for the messages. PACK removes all messages with the Deleted flag from the messagebase. Both MAINT and PACK can be specified at the same time. OPTIONS
SETTINGS filename Specifies that another config file than the default should be used. You can use the environment variable CMCONFIGFILE to set the default configuration file. PATTERN pattern Lets you perform the operations on only some of your areas. VERBOSE Gives you a lot of information which you don't really need. EXAMPLES
crashmaint MAINT PACK PATTERN R20_AMIGA* SEE ALSO
crashmail(1) AUTHOR
CrashMail is written by Johan Billing <billing@df.lth.se> This manual page was written by Peter Karlsson <peter@softwolves.pp.se> Johan Billing 1999-08-01 CRASHMAINT(1)

Check Out this Related Man Page

GIT-PACK-REDUNDANT(1)						    Git Manual						     GIT-PACK-REDUNDANT(1)

NAME
git-pack-redundant - Find redundant pack files SYNOPSIS
git pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... > DESCRIPTION
This program computes which packs in your repository are redundant. The output is suitable for piping to xargs rm if you are in the root of the repository. git pack-redundant accepts a list of objects on standard input. Any objects given will be ignored when checking which packs are required. This makes the following command useful when wanting to remove packs which contain unreachable objects. git fsck --full --unreachable | cut -d ' ' -f3 | git pack-redundant --all | xargs rm OPTIONS
--all Processes all packs. Any filenames on the command line are ignored. --alt-odb Don't require objects present in packs from alternate object directories to be present in local packs. --verbose Outputs some statistics to stderr. Has a small performance penalty. SEE ALSO
git-pack-objects(1) git-repack(1) git-prune-packed(1) GIT
Part of the git(1) suite Git 1.8.5.3 01/14/2014 GIT-PACK-REDUNDANT(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Or command

I am having trouble with an Or command in my UNIX script. It is as follows: The run never fails even if I put one not beginning with LETT or PACK. The holdfile is correct and putting out the right result and the dan.txt is also right stripping the first 4 characters off each file name. Any... (2 Replies)
Discussion started by: Dolph
2 Replies

2. Shell Programming and Scripting

Replace variable value from inputfie

I have file (which is output of different script.) int hsi foram inst2.sysadmin inst2.sysusers inst2.syslogins inst2.sysauth Like so many lines. This output is input to another script. I want to have only table name not schemaname. how can I do it? Thanks in advance. (4 Replies)
Discussion started by: newbie22102
4 Replies

3. Shell Programming and Scripting

capturing info between words.

Dear Friends, I am facing 2 problems while writing a script 1) I have a flat file and I want to captur specific information from it. Example I have this string in the file PACK: P42 77 UNPACK: MHTT DMK I want to capture whatever is between word PACK: and word UNPACK: including... (8 Replies)
Discussion started by: anushree.a
8 Replies