ceph/branches/marnberg/quota/script/clean_trace.pl
marnberg 183857fe7e Created a quota branch
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1248 29311d96-e01e-0410-9327-a35deaab8ce9
2007-03-15 23:23:52 +00:00

9 lines
96 B
Perl
Executable File

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