Salut,

Le script (cat foo.sh ) :

#!/bin/bash

A="bla bla bla"
B="bla bla bla "

echo -e "${A}\n${B}" | cat -A