> Kann mir jemand erklären warum der Author eine Variablenzuweisung > in folgender Form vornimmt? > > Newline=$'\n'
Aus der bash(1): ``Words of the form $'string' are treated specially. The word expands to string, with backslash-escaped characters replaced as specifed by the ANSI C standard.'' -t -- ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

