<div dir="ltr"><div>Hi,</div><div><br></div><div>Is it possible to run the awk and pcd translate command in the same loop in bash ?</div><div><br></div><div>I am trying to remove the rows where my first column contains a value of zero and they converting those files into csv file with the following command</div><div><br></div><div>for file in *.pcd<br>> do<br>> awk '$1!=0'<br>> pdal translate $file $(file%.pcd).csv<br>> done</div><div><br></div><div>Can anyone please help me whether this kind of command works in the pdal environment ?</div><div><br></div><div>Thanks <br></div><div>Ashik<br></div></div>