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

Re: Suche Befehl zur Ausgabe



Also sprach Bernd Schwendele <ml@schwebekoma.de> (Thu, 23 Feb 2006
01:42:00 +0100):
> Hallo Liste,

'Allo,
 
> ich wusste mal einen Befehl, der die Ausgabe auf stdout noch
> zusätzlich in eine Datei umlenken konnte... Bitte helft mir auf die

Du suchst sowas wie

$ bla blu blub 2>&1 | tee outfile.txt       (bash)
$ bla blu blub |& tee outfile.txt           (csh)

siehe auch http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html

> Sprünge. Gruß
>   Bernd

sl ritch



Reply to: