Changes

Jump to navigation Jump to search
203 bytes removed ,  11:02, 1 November 2016
Line 60: Line 60:  
46715+128832+59961+180420 = 415928 (edited)
 
46715+128832+59961+180420 = 415928 (edited)
 
<pre>
 
<pre>
teolemon@ks3095298:/home/off/html/images/products$ ls -lR /home/off/html/images/products/ | find . -name 'nutrition.*.full.jpg' -type f | wc -l
+
ls -lR /home/off/html/images/products/ | find . -name 'nutrition.*.full.jpg' -type f | wc -l
 
46715
 
46715
teolemon@ks3095298:/home/off/html/images/products$ ls -lR /home/off/html/images/products/ | find . -name 'front.*.full.jpg' -type f | wc -l
+
ls -lR /home/off/html/images/products/ | find . -name 'front.*.full.jpg' -type f | wc -l
 
128382
 
128382
teolemon@ks3095298:/home/off/html/images/products$ ls -lR /home/off/html/images/products/ | find . -name 'ingredients.*.full.jpg' -type f | wc -l
+
ls -lR /home/off/html/images/products/ | find . -name 'ingredients.*.full.jpg' -type f | wc -l
 
59961
 
59961
teolemon@ks3095298:/home/off/html/images/products$ ls -lR /home/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].jpg*​​" | wc -l
+
ls -lR /home/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].jpg*​​" | wc -l
 
180420
 
180420
 
</pre>
 
</pre>
 +
 
==== Number of JSONs====
 
==== Number of JSONs====
 
<pre>
 
<pre>

Navigation menu