<div dir="ltr">Hi!<br><br>I would like to know if there are a way to write only one command line to obtain the expected results. I explain:<div><br></div><div>When you write this :  <span style="color:rgb(0,0,0)"><b>$ proj +proj=utm +zone=13 +ellps=WGS84 -f %12.6f</b></span>  </div>
<div><br></div><div><span style="color:rgb(0,0,0)">If you want to recieved the output data:<b> </b></span><span style="color:rgb(0,0,0)"><b>500000.000000 4427757.218739</b></span><br></div><div><br></div><div>You must to write in another line with the input data: <span style="color:rgb(0,0,0)"><b>-105 40</b></span></div>
<div><span style="color:rgb(0,0,0)"><b><br></b></span></div><div><span style="color:rgb(0,0,0)">Is it possible to write concatenated command line as this stile?:</span></div><div><span style="color:rgb(0,0,0)"><b><br></b></span></div>
<div><span style="color:rgb(0,0,0)"><b>$ proj +proj=utm +zone=13 +ellps=WGS84 -f %12.6f</b></span><b>  |  </b><b style="color:rgb(0,0,0)">-105 40</b><br></div><div><b style="color:rgb(0,0,0)"><br></b></div><div><font color="#000000">Thank you</font></div>
</div>