George Gastaldi created FORGE-670:
-------------------------------------
Summary: Redirect command output to a file
Key: FORGE-670
URL:
https://issues.jboss.org/browse/FORGE-670
Project: Forge
Issue Type: Feature Request
Components: Shell
Reporter: George Gastaldi
It should be possible to redirect output in shell to a file, so that the following command
should work:
{code}
cat
http://www.google.com > testme.txt
{code}
To append to the end of the file, use:
{code}
cat
http://www.google.com >> testme.txt
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira