Changes

Jump to navigation Jump to search
276 bytes added ,  15:27, 13 October 2016
Line 77: Line 77:  
ls -lR /home/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].json*​​" | wc -l
 
ls -lR /home/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].json*​​" | wc -l
 
415308
 
415308
 +
</pre>
 +
 +
==== Number of files ====
 +
 +
<pre>
 +
teolemon@ns3362784:/home/off/html/images/products$ find . -type f | sed 's/.*\.//' | sort | uniq -c
 +
  2514 front
 +
    35 gif
 +
    27 ingredients
 +
2890282 jpg
 +
478982 json
 +
      1 kxs2sl
 +
      1 out
 +
  3311 png
 +
    210 tif
 +
    153 txt
 +
 
</pre>
 
</pre>
  

Navigation menu