[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mp3's vergleichen, cmp geeignet?



Ruediger Noack <ernohl@yahoo.de> wrote:
[...]
>   echo -n -e "$MP3\t" >>mp3frame.liste &&\
[...]

Kleiner Tipp: echo -e ist boese, da es nicht mit jeder Shell
funktioniert:
-----------
ametzler@downhill:~> ash
\u@\h:\w> echo -e 'foo\tblah'
-e foo  blah
-----------
ametzler@downhill:~> sash -a
Stand-alone shell (version 3.4)
Built-in commands are aliased to standard commands
>  echo -e 'foo\tblah'
-e footblah
-----------

Nimm besser printf(1).
        cu andreas
-- 
Hey, da ist ein Ballonautomat auf der Toilette!
Unofficial _Debian-packages_ of latest unstable _tin_
http://www.logic.univie.ac.at/~ametzler/debian/tin-snapshot/



Reply to: