Lines Matching +full:ascii +full:. +full: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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\" @(#)jot.1 8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD: src/usr.bin/jot/jot.1,v 1.8.2.6 2002/07/15 07:13:13 keramida Exp $
30 .\" $DragonFly: src/usr.bin/jot/jot.1,v 1.2 2003/06/17 04:29:27 dillon Exp $
31 .\"
50 or redundant data, usually numbers, one per line.
54 .It Fl r
55 Generate random data instead of the default sequential data.
59 repetitively.
63 with the generated data appended to it.
65 .Tn ASCII ,
72 in which case the data are inserted rather than appended.
75 .Fl w Ar %c .
78 .Ar string .
79 Normally, newlines separate data.
81 Do not print the final newline normally appended to the output.
85 .Ar precision .
91 .Ar end .
97 .Fl w .
102 and the step size or, for random data, the seed.
106 .Fl "" .
107 Any three of these arguments determines the fourth.
110 conflict, the lower value is used.
118 are given.
124 is picked randomly.
128 and if given as zero is taken to be infinite.
135 .Tn ASCII .
136 The last argument must be a real number.
139 .Xr random 3 .
144 a function in APL.
151 prints 21 evenly spaced numbers increasing from -1 to 1.
153 .Tn ASCII
161 .Dl "jot -r -c 160 a z | rs -g 0 8"
170 substitution commands applying to lines 2, 7, 12, etc. is
174 The stuttering sequence 9, 9, 8, 8, 7, etc. can be
177 .Dl jot - 9 0 -.5
187 .Dl grep `jot -s \&"\&" -b \&. 80`
195 .Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?
204 associated with the requested output format.
207 but only one is allowed.