Peter Blancke <[EMAIL PROTECTED]> wrote: > Ist in meiner "man grep" nicht enthalten. > > Meine Version: > > ,---[ grep -V ] > | grep (GNU grep) 2.4.2 > | Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc. > `---
Dito ,----[ grep -V ] | grep (GNU grep) 2.4.2 | Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc. `---- Das Problem kenne ich: Die Deutschen manpages sind nicht immer aktuell. mach mal export LANG= && man grep Drauf gekommen bin ich mal, als ich in de.comp.os.unix.shell (oder .apps) nach 'man less' fragte. ,----[ export LANG= ; man less ] | ESC-u Undo search highlighting. Turn off highlighting of strings | matching the current search pattern. If highlighting is | already off because of a previous ESC-u command, turn | highlighting back on. Any search command will also turn | highlighting back on. (Highlighting can also be disabled by | toggling the -G option; in that case search commands do not | turn highlighting back on.) `---- ESC-u findet man in der deutschen �bersetzung z.B. nicht. export [EMAIL PROTECTED] && man less /esc-u RET "Patern not found (press RETURN) Heino -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

