jot.1 (d078aa135c4e9e563ba9279a5da46750cc0957ec) | jot.1 (86fb9103266a58e724bb37a2ce54355ec2b7f12c) |
---|---|
1.\" Copyright (c) 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 39 unchanged lines hidden (view full) --- 48.Sh DESCRIPTION 49.Nm Jot 50is used to print out increasing, decreasing, random, 51or redundant data, usually numbers, one per line. 52.Pp 53The following options are available: 54.Bl -tag -width indent 55.It Fl r | 1.\" Copyright (c) 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 39 unchanged lines hidden (view full) --- 48.Sh DESCRIPTION 49.Nm Jot 50is used to print out increasing, decreasing, random, 51or redundant data, usually numbers, one per line. 52.Pp 53The following options are available: 54.Bl -tag -width indent 55.It Fl r |
56Generate random data instead of sequential data, the default. | 56Generate random data instead of the default sequential data. |
57.It Fl b Ar word 58Just print 59.Ar word 60repetitively. 61.It Fl w Ar word 62Print 63.Ar word 64with the generated data appended to it. --- 50 unchanged lines hidden (view full) --- 115which assumes its default unless both 116.Ar begin 117and 118.Ar end 119are given. 120.Pp 121Defaults for the four arguments are, respectively, 122100, 1, 100, and 1, except that when random data are requested, | 57.It Fl b Ar word 58Just print 59.Ar word 60repetitively. 61.It Fl w Ar word 62Print 63.Ar word 64with the generated data appended to it. --- 50 unchanged lines hidden (view full) --- 115which assumes its default unless both 116.Ar begin 117and 118.Ar end 119are given. 120.Pp 121Defaults for the four arguments are, respectively, 122100, 1, 100, and 1, except that when random data are requested, |
123.Ar s 124defaults to a seed depending upon the time of day. | 123the seed, 124.Ar s , 125is picked randomly. |
125.Ar Reps 126is expected to be an unsigned integer, 127and if given as zero is taken to be infinite. 128.Ar Begin 129and 130.Ar end 131may be given as real numbers or as characters 132representing the corresponding value in --- 59 unchanged lines hidden --- | 126.Ar Reps 127is expected to be an unsigned integer, 128and if given as zero is taken to be infinite. 129.Ar Begin 130and 131.Ar end 132may be given as real numbers or as characters 133representing the corresponding value in --- 59 unchanged lines hidden --- |