The UNIX and Linux Forums
>
OS Specific Forums
>
Linux
Wine in silent mode
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Wine in silent mode
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-10-2008
myle
Registered User
Join Date: Mar 2008
Location: Greece
Posts: 13
Some messages are displayed because they are printed in stderr.
The > redirects only the stdout. So the solution to put a program in absolute silent mode is
&> /dev/null
so in this case the command is like
Code:
wine utorrent.exe &> /dev/null &
myle
View Public Profile
Find all posts by myle