Thread Textdatei bearbeiten
(12 answers)
Opened by JoeyEJ9 at 2011-11-08 15:30
mit einem einzeiler ginge das so:
Code: (dl
)
perl -ni.bak -e 'if ($body) { print } else { $body = 1 if m/^$/ }' textfiles Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |