Photography Club! 📷

Do you like taking pictures?


  • Total voters
    58
IMG_0846.JPG
 
[root@ferrum photos]# find . -type f | grep -i nef | wc -l
58624
[root@ferrum photos]# find . -type f | grep -i jpg | wc -l
71252


In human, that's a count of the number of image files on my main photo drive (both jpeg and RAW (nef). )

so just shy of 130k. Not including any edits or post-processing files, this is the raw drive.
 
[root@ferrum photos]# find . -type f | grep -i nef | wc -l
58624
[root@ferrum photos]# find . -type f | grep -i jpg | wc -l
71252


In human, that's a count of the number of image files on my main photo drive (both jpeg and RAW (nef). )

so just shy of 130k. Not including any edits or post-processing files, this is the raw drive.
Wow. Aren't you a photographer?
 

New posts New threads Active threads

Back
Top Bottom