Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 55 by
satis...@gmail.com: How to redirect/capture run output to a
file ?
http://code.google.com/p/fabricate/issues/detail?id=55
I have a linker command which outputs map data to stdout.
I tried using "> output.map" which failed because it is passed as an
argument to the command itself and not to the shell.
In the original makefile, i have the following to capture the map file:
link options -o output objects > output.map
Is there a way to capture the stdout and let stderr to go to screen ?
Probably tee.exe may help to redirect the output to a file but the issue is
to redirect output of a command to its own output file.
version: 1.26
OS: Windows7 64-bit
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings