#!/usr/bin/env bash if (( $# == 0 )); then grep --context 2 '^comment .*' ~/.histfile fi