Thoralf Knuth: (php)passthru -> man grep -> komische Sonderzeichen

Beitrag lesen

Hallo,

ich hab das ungute Gefühl, das wird 'ne dumme Frage, aber ich weiß mir keine Antwort. Rufe ich per passthru den Befehl man grep auf, bekommen ich natürlich die man page von grep. Nur sieht die so aus:

GREP(1)                                                   GREP(1)

NAME
       grep, egrep, fgrep - print lines matching a pattern

SYNOPSIS
       grep [options] PATTERN [FILE...]
       grep [options] [-e PATTERN | -f FILE] [FILE...]

DESCRIPTION
       Grep  searches the named input FILEs (or standard input if
       no files are named, or the file name - is given) for lines
       containing a match to the given PATTERN.  By default, grep
       prints the matching lines.

Direkten shell-Zugriff hab ich nicht. Also was ist das? Formatierungen? Wo finde ich, was die bedeuten?

Danke, Thoralf

--
Sic Luceat Lux!