Skip to content

Commit

Permalink
tweak mike's bash example
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 10, 2015
1 parent 4c935e5 commit 410311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/reading.rst
Expand Up @@ -265,7 +265,7 @@ a pipeline, substituting the input and output as it goes.

::

ls *.las | cut -d. -f1 | xargs -I{} pdal pipeline -i /path/to/proj.xml --readers.las.filename={}.las --writers.las.filename=output/{}.laz`
ls *.las | cut -d. -f1 | xargs -P20 -I{} pdal pipeline -i /path/to/proj.xml --readers.las.filename={}.las --writers.las.filename=output/{}.laz`

.. _`JSON`: http://www.json.org/
.. _`XML`: http://en.wikipedia.org/wiki/XML
Expand Down

0 comments on commit 410311e

Please sign in to comment.