Kolja Powischer <[EMAIL PROTECTED]> wrote:
> Wie kann ich aus meiner Umgebungsvariable PATH Eintr�ge l�schen?
> Also das Gegenst�ck zu export PATH=$PATH:blah

unset.

> Wie kann ich die Ausgabe eines Skriptes in eine Datei umleiten?
> Leider geht ./skript > ausgabe.txt nicht...

Aber ja doch. ">"  leitet stdout um, "2>" stderr.

./skript > ausgabe.txt 2>&1

http://www.linux-user.de/ausgabe/2000/11/088-bash-use/bash-use.html
            cu andreas
-- 
NMUs aren't an insult, they're not an attack, and they're
not something to avoid or be ashamed of.
                    Anthony Towns in 2004-02 on debian-devel

Antwort per Email an