DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦bec7c4137⟧ TextFile

    Length: 1106 (0x452)
    Types: TextFile
    Notes: UNIX file
    Names: »lastcomm.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/lastcomm.1« 

TextFile

.ig
	@(#)lastcomm.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH LASTCOMM 1
.SH NAME
lastcomm \- show last commands executed in reverse order
.SH SYNOPSIS
.B lastcomm
[ command name ] ... [user name] ...
.SH DESCRIPTION
.PP
.I Lastcomm
gives information on previously executed commands.
.I Lastcomm
with no arguments prints information about all the commands recorded
during the current accounting file's lifetime.
If called with arguments, only those accounting entries whose command
name or user name matches one of the arguments are printed.
So, for example,
.br
	lastcomm a.out
.br
would produce a listing of all the
executions of commands named a.out, and
.br
	lastcomm root
.br
would produce a listing of all the commands executed by user root.
.LP

.PP
For each process entry, the following are printed.
.br
	The name of the user who ran the process.
.br
	The command name under which the process was called.
.br
	The amount of cpu time used by the process (in seconds).
.br
	The time the process exited.
.br
.LP

.SH "AUTHOR"
Len Edmondson

.SH "SEE ALSO"
last (1)
.br