Manual Page Result
0
Command: vis | Section: 1 | Source: UNIX v10 | File: vis.1
VIS(1) General Commands Manual VIS(1)
NAME
vis - show invisible characters
SYNOPSIS
vis [ -t ] [ -s ] [ file ... ]
DESCRIPTION
Vis reads each file in sequence and writes it on the standard output.
Non-printing characters are translated on output as in the command of
ed(1). If no file is given vis reads from the standard input. The op-
tions are
-t Do not translate tabs.
-s Strip invisible characters; same effect as tr -cd '<tab><new-
line><space>-~'.
SEE ALSO
cat(1), ed(1), xd(1)
VIS(1)