File: pauseme.1x

package info (click to toggle)
tkdesk 2.0-11
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 6,588 kB
  • sloc: tcl: 20,764; ansic: 16,262; sh: 359; makefile: 233
file content (25 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH PAUSEME 1 "TkDesk 2.0, 04/15/2004" "" ""
.UC 4
.SH NAME
pauseme \- execute a command a pause afterwards
.SH SYNOPSIS
.B pauseme
\fIcommand\fP [ \fIarg ...\fP ] 
.br
.SH DESCRIPTION
.B pauseme
is a (very) simple script that simply executes the command given it
with the given arguments.  After the command completes,
.B pauseme
displays a prompt to press return, and after the user presses return, exits.
.PP
It is intended to allow the user to examine output from a command that
is invoked in a separate terminal window.
.SH OPTIONS
This command takes no options
.SH "SEE ALSO"
tkdesk(1), cd-tkdesk(1), ed-tkdesk(1), od-tkdesk(1)
.SH "AUTHOR"
Christian Bolik (Christian.Bolik@mainz.netsurf.de) wrote the script,
Daniel Martin (fizbin@debian.org) wrote the manpage for the Debian
Linux distribution.