make

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Michael Havens
Dato:  
Til: PLUG
Emne: make
I have a question about redirections:

make>>make.fail 2>&1

tells it make and then to send (>) stderr (2) to stdout (1) and also to
send stdout that way also (&1). finally all of that gets sent to a file
named make.fail (>>). Isn't '>>' actually 'append' whereas '>' would work
just as well so long as the file didn't already exist? If the file did
exist would I get an error or would the file be overwritten?
:-)~MIKE~(-:
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss