If i do something like this in the grass terminal:<br>g.version &gt; version<br><br>i get the grass version in a text file.&nbsp; However, I would like to capture the output from r.lake into a text file and grab the lake geometry parameters.&nbsp; Is there a reason this would not put the terminal output into a file?&nbsp; I get an empty output file, and the module output still goes to the terminal.
<br><br>r.lake dem=surface wl=37 lake=lake37 seed=seedMap &gt; lakeFile<br><br>as icing on the cake, it would be nice to only grab the lines with the word &quot;Lake&quot; with grep.<br>r.lake dem=surface wl=37 lake=lake37 seed=seedMap | grep Lake &gt; lake37File
<br><br>Something simple perhaps I am overlooking?<br>