make
Michael Havens
bmike1 at gmail.com
Sun Aug 24 14:36:14 MST 2014
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~(-:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20140824/fe9b1b1d/attachment.html>
More information about the PLUG-discuss
mailing list