-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
It should be possible to redirect output in shell to a file, so that the following command should work:
cat http://www.google.com > testme.txt
To append to the end of the file, use:
cat http://www.google.com >> testme.txt