App-BashHistoryUtils
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/BashHistoryUtils.pm view on Meta::CPAN
if ($args{invert_match}) {
$main::PRINT = !$main::PRINT;
}
if ($args{strip_timestamp}) {
undef $main::TS;
}
};
}
local @ARGV = ($histfile);
my $stdout = Capture::Tiny::capture_stdout(
sub {
Bash::History::Read::each_hist($code);
}
);
if ($which eq 'grep' ||
$which eq 'each' ||
$which eq 'delete' && ($args{-dry_run} || !$args{inplace})) {
return [200,"OK", $stdout, {'cmdline.skip_format'=>1}];
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.330 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )