The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-09-2008
myle myle is offline
Registered User
 

Join Date: Mar 2008
Location: Greece
Posts: 13
Wine in silent mode

I want to run through wine the utorrent and I don't want the messages that are usually displayed in the console,
so I use the following command

Code:
wine utorrent.exe > /dev/null &
but it doesn't seem to work. Especially the redirection of the messages to the /dev/null doesn't work at all.
Do you know why and how can I fix it?

Thanks in advance.
Reply With Quote
Forum Sponsor