Tuesday, October 27, 2015

Lessons Learned in Linux Command Line

Need a place to put command line coolness I've stumbled across.

Returns the number of files found recursively. 
find . -type f | wc -l

I needed to know the total number of image files in our project.

No comments:

Post a Comment