#!/bin/bash

grep --version
perl -e 'print "x"x(2**31)' | grep x > /dev/null
