Deleted Added
full compact
cat.1 (140295) cat.1 (140353)
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
33.\" $FreeBSD: head/bin/cat/cat.1 140295 2005-01-15 12:28:01Z ru $
33.\" $FreeBSD: head/bin/cat/cat.1 140353 2005-01-16 16:41:59Z ru $
34.\"
35.Dd March 21, 2004
36.Dt CAT 1
37.Os
38.Sh NAME
39.Nm cat
40.Nd concatenate and print files
41.Sh SYNOPSIS

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

98for control-X; the delete
99character (octal 0177) prints as
100.Ql ^? .
101.Pf Non- Tn ASCII
102characters (with the high bit set) are printed as
103.Ql M-
104(for meta) followed by the character for the low 7 bits.
105.El
34.\"
35.Dd March 21, 2004
36.Dt CAT 1
37.Os
38.Sh NAME
39.Nm cat
40.Nd concatenate and print files
41.Sh SYNOPSIS

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

98for control-X; the delete
99character (octal 0177) prints as
100.Ql ^? .
101.Pf Non- Tn ASCII
102characters (with the high bit set) are printed as
103.Ql M-
104(for meta) followed by the character for the low 7 bits.
105.El
106.Sh DIAGNOSTICS
106.Sh EXIT STATUS
107.Ex -std
108.Sh EXAMPLES
109The command:
110.Pp
111.Dl "cat file1"
112.Pp
113will print the contents of
114.Ar file1

--- 87 unchanged lines hidden ---
107.Ex -std
108.Sh EXAMPLES
109The command:
110.Pp
111.Dl "cat file1"
112.Pp
113will print the contents of
114.Ar file1

--- 87 unchanged lines hidden ---