xref: /illumos-gate/usr/src/man/man8/acctmerg.8 (revision bbf21555)
te
Copyright 1989 AT&T Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
ACCTMERG 8 "Feb 22, 1999"
NAME
acctmerg - merge or add total accounting files
SYNOPSIS

/usr/lib/acct/acctmerg [-a] [-i] [-p] [-t] [-u] [-v]
 [filename] ...
DESCRIPTION

acctmerg reads its standard input and up to nine additional files, all in the tacct format (see acct.h(3HEAD)) or an ASCII version thereof. It merges these inputs by adding records whose keys (normally user ID and name) are identical, and expects the inputs to be sorted on those keys.

OPTIONS
-a

Produce output in ASCII version of tacct.

-i

Produce input in ASCII version of tacct.

-p

Print input with no processing.

-t

Produce a single record that totals all input.

-u

Summarize by user ID, rather than by user ID and name.

-v

Produce output in verbose ASCII format, with more precise notation for floating-point numbers.

EXAMPLES

Example 1 Using the acctmerg command.

The following sequence is useful for making "repairs" to any file kept in this format:

example% acctmerg \|\|-v \|<filename1\|>filename2

Edit filename2 as you want:

example% acctmerg \|\|-i \|<filename2\|>filename1
SEE ALSO

acctcom (1), acct (2), acct.h (3HEAD), utmpx (5), attributes (7), acct (8), acctcms (8), acctcon (8), acctprc (8), acctsh (8), fwtmp (8), runacct (8)