Update doc/examples.rst

This commit is contained in:
baeuml
2012-02-07 15:57:07 +01:00
parent 1851c24f8f
commit c2b911f18b
+1 -1
View File
@@ -9,6 +9,6 @@ Adding every nth image to label file
This can be achieved by a combination of ``find`` and ``awk``::
find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot1.json
find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot01.json