Changes

Jump to navigation Jump to search
2 bytes removed ,  10:14, 15 December 2018
Line 91: Line 91:  
==== Number of JSONs====
 
==== Number of JSONs====
 
<pre>
 
<pre>
ls -lR /home/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].json*​​" | wc -l
+
ls -lR /srv/off/html/images/products/ | find . -type f -regex ".​​*/[0-9].json*​​" | wc -l
 
415308
 
415308
 
</pre>
 
</pre>
Line 98: Line 98:  
<pre>
 
<pre>
 
Nov 1 2016 - 13:30
 
Nov 1 2016 - 13:30
teolemon@ns3362784:/home/off/html/images/products$ ls -lR /home/off/html/images/products | find . -type f -regex ".*/[0-9].json*" | wc -l
+
teolemon@ns3362784:/srv/off/html/images/products$ ls -lR /home/off/html/images/products | find . -type f -regex ".*/[0-9].json*" | wc -l
 
253322
 
253322
 
</pre>
 
</pre>

Navigation menu