Shell command doesn't give feedback until done

Alex Tweedly alex at tweedly.net
Mon Jun 20 20:33:04 EDT 2005


Sarah Reichelt wrote:

> If anyone can explain the "2>&1" section of the command, I would be  
> most interested :-)
> It seems to be critical but I have no idea why!
>
It's used to redirect the *error* output from a command.  Simply ">" 
redirects standard output, and "2>" redirects any error output. Google  
"error output redirect" for more info than anyone could possibly want :-)


-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.8/22 - Release Date: 17/06/2005



More information about the use-livecode mailing list