Last change
on this file since 3ae31e9 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
551 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 |
|
---|
| 2 | SHOW(1) TOOLS Programmer's Manual SHOW(1)
|
---|
| 3 |
|
---|
| 4 | NAME
|
---|
| 5 | show - show non-prinable characters in a file
|
---|
| 6 |
|
---|
| 7 | SYNOPSIS
|
---|
| 8 | show [ file ] ...
|
---|
| 9 |
|
---|
| 10 | DESCRIPTION
|
---|
| 11 | Show displays non-printable characters in printable form.
|
---|
| 12 | All printing characters and blanks are printed unchanged.
|
---|
| 13 |
|
---|
| 14 | Control characters are usually displayed as a '^' followed
|
---|
| 15 | by an uppercase alphabetic character, with the following
|
---|
| 16 | execptions:
|
---|
| 17 |
|
---|
| 18 | Newlines are displayed as '$' followed by a real newline.
|
---|
| 19 |
|
---|
| 20 | Tabs are displaywed as '>'.
|
---|
| 21 |
|
---|
| 22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.