<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    The \ isn't needed.  Use single quotes (or you need to escape the !)<br>
    <br>
    pdal translate $file $(file%.pcd).csv range
    --filters.range.limits='X![0:0]'<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 9/5/19 1:20 PM, Ashikur Rahman
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMPoL64rVqPmX9utZyRiJy=2x+xcUC6GA-QN+c4YMVXX=f2DmQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi,
        <div class="gmail_quote">
          <div dir="ltr">
            <div><br>
            </div>
            <div>I am trying to filter the rows where a certain column
              contains value 0 with the following command</div>
            <div><br>
            </div>
            <div>for file in *.pcd<br>
              > do<br>
              > pdal translate $file $(file%.pcd).csv range \
              --filters.range.limits="x![0:0]"<br>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div>But it's giving me an error like " bash: ! [0: event
              not found</div>
            <div><br>
            </div>
            <div>Herewith,I have also attached the pcd file. Can anyone
              please guide me where I am making mistake ?</div>
            <div><br>
            </div>
            <div>Thanks</div>
            <div>Ashik<br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
pdal mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/pdal">https://lists.osgeo.org/mailman/listinfo/pdal</a></pre>
    </blockquote>
    <br>
  </body>
</html>