#!/bin/bash

{ echo "test"; echo "נחמן"; } | sed -E ':;s/^(\S+)\S/\1 &/;t'