Standard output and errors of commands
by
Wyden Silvan
—
last modified
26.11.2009 16:06
command >/dev/null 2>&1 -> leitet Output + Errors ins Nirvana
1>/test.txt -> leitet output in File /test.txt
2>/error.txt -> leite erros in /erro.txt um
1>>/test.txt -> hängt alles an statt überschreiben
