Quote:
Originally Posted by ruff
I have this one as well. Looks like I'm going to have to brush up on my SSH run commands.
find/ -type f -name"*.jpg" | wc -l
What I really want to know is how badly can I fuck up my server with my miniscule amount of knowledge.
|
the version I posted will do what you want, and it's simpler to type than the other two. running find on your server won't do any harm.