Ich möchte einige vordefinierte Texte in eine Datei schreiben, die Folgendes enthält: text="this is line one\n this is line two\n this is line three" echo -e $text > filename Ich erwarte so etwas: this is line one this is line two this is line three Aber hab das: this is line one this is...