From: Bill Joy Date: Sun, 25 Nov 1979 09:15:23 +0000 (-0800) Subject: BSD 3 development X-Git-Tag: BSD-3~610 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4c7eebd132d4499b735d524f8ab43cebc8431d6b BSD 3 development Work on file usr/man/man1/see.1 Synthesized-from: 3bsd --- diff --git a/usr/man/man1/see.1 b/usr/man/man1/see.1 new file mode 100644 index 0000000000..89be5e76d5 --- /dev/null +++ b/usr/man/man1/see.1 @@ -0,0 +1,19 @@ +.TH SEE 1 2/24/79 +.UC +.SH NAME +see \- see what a file has in it +.SH SYNOPSIS +.B see +[ +.B \- +] [ name ... ] +.SH DESCRIPTION +.I See +prints a file which contains non-printing characters in a readable format. +Control characters print like ^I for tab. +Delete prints as ^?. +Ends of lines are marked with `$' unless the `\-' option is given +.SH "SEE ALSO" +cat(1), ex(1) +.SH AUTHOR +William Joy