#!/bin/bash a="kritik bis zum letzten post..... dann committed, status fixed" b="${a/post./prost!}" printf '%s\n%s\n' "${a:29:9}" "${b:23:6}"