• + 0 comments
    grep -vi a | awk '{
        if( $0 )
        print $0
        else
        print " "
    }'
    

    Mostly simple, but not the correct way