LIST(VI) − PWB/UNIX 8/24/77
NAME
list − unambiguous print of lines like ex list command
SYNOPSIS
list [ − ] [ file ... ]
DESCRIPTION
List is a filter which prints it input unambiguously like the ex (VI) list command. Backspaces print as ‘−
<’; tabs as ‘−
>’; other non-graphic characters are escaped in octal. The end of each line is marked with the character ‘$’. If the option − is given, the ends of lines are not marked.
SEE ALSO
ex (VI), expand (VI), iul (VI), list (VI), number (VI), p (VI)
AUTHOR
William Joy
BUGS