On Friday 11 February 2000 23:51, Friedrich Hagedorn wrote:
Hallo,
ich will gerade meine PATH-Variable erweitern, und stosse auf folgendes Problem: fredy:~ # echo $[PATH]
$PATH ist kein mathematischer Ausdruck!
probier mal das: x='3*3' echo $x echo ${x}+1 echo $[x+1]
dann sollte klar sein, was das bewirkt...
Konrad