https://bugzilla.novell.com/show_bug.cgi?id=327523 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=327523#c30 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #30 from Stefan Dirsch <sndirsch@novell.com> 2008-01-30 02:56:50 MST --- Sure you know the meaning of "&>" in bash? Looks like you mixed it up with executing commands in the background in a subshell. # man bash [...] Redirecting Standard Output and Standard Error Bash allows both the standard output (file descriptor 1) and the stan‐ dard error output (file descriptor 2) to be redirected to the file whose name is the expansion of word with this construct. There are two formats for redirecting standard output and standard error: &>word and >&word Of the two forms, the first is preferred. This is semantically equiva‐ lent to >word 2>&1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.