Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/man/1/rchistory

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH RCHISTORY 1
.SH NAME
-, -p \- rc history
.SH SYNOPSIS
.B -
.I pattern
.br
.B -p
.I pattern
.SH DESCRIPTION

Rchistory matches and prints (-p) or matches and executes
(-) commands in the file pointed to by the environment
variable
.IR history .
All arguments are concatinated with spaces and matched
as a fixed string.
.SH EXAMPLE
.LP
Inspect the last invocation of
.IR mkfs (8).
.sp 1
.EX
; -p mkfs
disk/mkfs -pvd . -s /n/coraid/usr/quanstro/src/cmd/ /tmp/proto
.EE
.SH SOURCE
.B /sys/src/cmd/rchistory/rchistory.c
.SH SEE ALSO
.IR rc (1).

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.