From c2b911f18b6fc55a29932eeecf6198361c17b810 Mon Sep 17 00:00:00 2001 From: baeuml Date: Tue, 7 Feb 2012 15:57:07 +0100 Subject: [PATCH] Update doc/examples.rst --- doc/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.rst b/doc/examples.rst index 395fcaa..e1c58d6 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -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