summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-03-25 20:28:43 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-03-25 20:28:43 +0100
commit02ab6e56969dc5916fe21acfff16aa392eb25800 (patch)
treee238ae4ab4ae45a1b92da1c29fda38aab4305c93
parent4604b5f717805bee981149cb2b58c41ecedd6278 (diff)
loperf: Use 'ls' to have the files sorted.
-rwxr-xr-xloperf/loperf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/loperf/loperf.sh b/loperf/loperf.sh
index aefd35d..62395f6 100755
--- a/loperf/loperf.sh
+++ b/loperf/loperf.sh
@@ -136,7 +136,7 @@ $(write_data "offload" "second")
# Loaded launch one by one
echo "Start onload pvt..."
-find $DOCUMENTSDIR -type f | grep -Ev "\/\." | while read f; do
+ls ${DOCUMENTSDIR}/* | while read f; do
echo "loading ${f}.."
$(write_data "$f" "load")
echo "converting ${f}.."