1times(1)                         User Commands                        times(1)
2
3
4

NAME

6       times  -  shell  built-in function to report time usages of the current
7       shell
8

SYNOPSIS

10   sh
11       times
12
13
14   ksh
15       times
16
17

DESCRIPTION

19   sh
20       Print the accumulated user and system times for processes run from  the
21       shell.
22
23   ksh
24       Print  the accumulated user and system times for the shell and for pro‐
25       cesses run from the shell.
26
27
28       On this man page, ksh(1) commands that are preceded by  one  or  two  *
29       (asterisks) are treated specially in the following ways:
30
31           1.     Variable  assignment  lists  preceding the command remain in
32                  effect when the command completes.
33
34           2.     I/O redirections are processed after variable assignments.
35
36           3.     Errors cause a script that contains them to abort.
37
38           4.     Words, following a command preceded by ** that  are  in  the
39                  format  of a variable assignment, are expanded with the same
40                  rules as a variable assignment. This means that  tilde  sub‐
41                  stitution  is  performed after the = sign and word splitting
42                  and file name generation are not performed.
43

ATTRIBUTES

45       See attributes(5) for descriptions of the following attributes:
46
47
48
49
50       ┌─────────────────────────────┬─────────────────────────────┐
51       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Availability                 │SUNWcsu                      │
54       └─────────────────────────────┴─────────────────────────────┘
55

SEE ALSO

57       ksh(1), sh(1), time(1), attributes(5)
58
59
60
61SunOS 5.11                        15 Apr 1994                         times(1)
Impressum