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