linux-l: Perl (was: SOrtieren.)

Robert C. Helling helling at aei-potsdam.mpg.de
Mi Nov 24 09:10:47 CET 1999


On Tue, 23 Nov 1999, Holger Paulsen wrote:

> 
> Was um alles in der Welt bedeuten die Optionen, also das
> "-000" und das "-lpe" (na gut, das e ist mir inzwischen
> bekannt, und das "-000" bedeutet, so vermute ich, daß
> inhaltsleere Zeilen der Liste nicht angetastet werden
> sollen). Perl ist mächtig gewaltig, aber mir erscheint es
> auch etwas unzugänglich.
> 
... [fortsetzung zum letzten mail] man macht sich ja klug:

man perlrun sagt:

-0[digits]
            specifies the input record separator ($/) as an octal
            number.  If there are no digits, the null character
            is the separator.  Other switches may precede or
            follow the digits.  For example, if you have a
            version of find which can print filenames terminated
            by the null character, you can say this:

    find . -name '*.bak' -print0 | perl -n0e unlink

            The special value 00 will cause Perl to slurp files
            in paragraph mode.  The value 0777 will cause Perl to
            slurp files whole because there is no legal character
            with that value.

Robert

.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
Robert C. Helling        Albert Einstein Institut Potsdam
                         Max Planck Institute For Gravitational Physics
print "Just another      Fon +49 331 567 7227 Fax +49 331 567 7298      
       stupid .sig\n";	 http://www.aei-potsdam.mpg.de/~helling



Mehr Informationen über die Mailingliste linux-l