Deleted Added
full compact
strings.1 (282918) strings.1 (295577)
1.\" Copyright (c) 2007 S.Sam Arun Raj
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2007 S.Sam Arun Raj
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: strings.1 3195 2015-05-12 17:22:19Z emaste $
25.\" $Id: strings.1 3360 2016-01-24 18:34:06Z jkoshy $
26.\"
26.\"
27.Dd December 19, 2011
27.Dd January 24, 2016
28.Dt STRINGS 1
29.Os
30.Sh NAME
31.Nm strings
32.Nd "print the strings of printable characters in files"
33.Sh SYNOPSIS
34.Nm
35.Op Fl a | Fl -all

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

95.It Xo
96.Fl n Ar number |
97.Fl -bytes= Ns Ar number |
98.Fl Ar number
99.Xc
100Print the contiguous character sequence of at least
101.Ar number
102characters long, instead of the default of 4 characters.
28.Dt STRINGS 1
29.Os
30.Sh NAME
31.Nm strings
32.Nd "print the strings of printable characters in files"
33.Sh SYNOPSIS
34.Nm
35.Op Fl a | Fl -all

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

95.It Xo
96.Fl n Ar number |
97.Fl -bytes= Ns Ar number |
98.Fl Ar number
99.Xc
100Print the contiguous character sequence of at least
101.Ar number
102characters long, instead of the default of 4 characters.
103Argument
104.Ar number
105should specify a positive decimal integer.
103.It Fl o
104Equivalent to specifying
105.Fl t Ar o .
106.It Fl t Ar radix | Fl -radix= Ns Ar radix
107Print the offset from the start of the file before each string
108using the specified radix.
109Valid values for argument
110.Ar radix

--- 52 unchanged lines hidden ---
106.It Fl o
107Equivalent to specifying
108.Fl t Ar o .
109.It Fl t Ar radix | Fl -radix= Ns Ar radix
110Print the offset from the start of the file before each string
111using the specified radix.
112Valid values for argument
113.Ar radix

--- 52 unchanged lines hidden ---