tr.1 (c3aac50f284c6cca5b4f2eb46aaa13812cb8b630) tr.1 (dbb9d8f826d909bc6076d1047ddba753c29761b0)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 214 unchanged lines hidden (view full) ---

223.Ar string2
224sequence to the length of
225.Ar string1 .
226If
227.Ar n
228has a leading zero, it is interpreted as an octal value, otherwise,
229it's interpreted as a decimal value.
230.El
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 214 unchanged lines hidden (view full) ---

223.Ar string2
224sequence to the length of
225.Ar string1 .
226If
227.Ar n
228has a leading zero, it is interpreted as an octal value, otherwise,
229it's interpreted as a decimal value.
230.El
231.Pp
231.Sh DIAGNOSTICS
232The
233.Nm
234utility exits 0 on success, and >0 if an error occurs.
235.Sh EXAMPLES
236The following examples are shown as given to the shell:
237.sp
238Create a list of the words in file1, one per line, where a word is taken to
239be a maximal string of letters.

--- 63 unchanged lines hidden ---
232The
233.Nm
234utility exits 0 on success, and >0 if an error occurs.
235.Sh EXAMPLES
236The following examples are shown as given to the shell:
237.sp
238Create a list of the words in file1, one per line, where a word is taken to
239be a maximal string of letters.

--- 63 unchanged lines hidden ---