#!/bin/sh

(xxd -p /dev/random; echo xxd=$? >&2) | grep -n -m1 ffff
echo hello