ceph/branches/ebofs/script/clean_trace.pl
sageweil dc48f25847 branch for ebofs changes
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2100 29311d96-e01e-0410-9327-a35deaab8ce9
2007-11-21 00:32:00 +00:00

9 lines
96 B
Perl
Executable File

#!/usr/bin/perl
my $n = 0;
while (<>) {
next unless /trace: /;
my $l = $'; $';
print $l;
}