Hallo Uwe, Uwe Kerstan <[EMAIL PROTECTED]> wrote: > Da hat die Bash sicher nur in ihre Befehlshistory geschaut. :-) > > ::~$ cd /tmp/ > ::/tmp$ mkdir LS > ::/tmp$ cd LS > ::/tmp/LS$ cp /bin/ls . > ::/tmp/LS$ PATH=/tmp/LS:$PATH > ::/tmp/LS$ ls > ls > ::/tmp/LS$ rm ls > ::/tmp/LS$ ls > bash: /tmp/LS/ls: Datei oder Verzeichnis nicht gefunden > > Mir fehlt leider gerade der richtige Befehl, um diesen > Cache wieder zu löschen - muss mal wieder man bash lesen. ;-)
Mit "history -c" vergisst sie alle zuvor gespeicherten Eingaben. Frank -- A: Because it breaks the logical sequence of discussion Q: Why is top posting bad?

