[MPlayer-users] bugreports.html
    Vasarhelyi asd Daniel 
    asd at mail.musichello.com
       
    Tue Dec  4 23:43:47 CET 2001
    
    
  
On Tue, Dec 04, 2001 at 07:44:33PM +0200, Daniil V. Kolpakov wrote:
> 	./configure & > config.log 
> Is it OK?
No
./configure & > config.log
means: background configure and exit, _then_ redirect stdout to config.log
need to know, "./configure &" gives back prompt as fast as it can,
configure.log will be 0 byte length: no content.
./configure &> config.log
means: run foreground and redirect both stdout and stderr to config.log
./configure &> config.log &
means: run background, stdout and strerr to config.log
Good luck
asd
-- 
Daniel "asd" Vasarhelyi
PGP key avaible at http://asd.musichello.com/gpg-pub.key and public keyservers
Key fingerprint = EA00 AF4D A83C 1122 0967  DDF5 27BC 390F 181F 9954
    
    
More information about the MPlayer-users
mailing list