#!/bin/bash echo -n titi: echo -e 'tata\n' echo -E 'tutu\n' echo -n tata tutu tete toto="to to" echo $toto echo to $toto