Forum Moderators: bakedjake
Can anybody help me out with a UNIX command that will do the same?
I don't want a count of the directories just the files.
Any help would be much appreciated.
find . -type f ¦ wc -l
find [period] [dash]type f [pipe] wc [dash][el]
If you copy/paste this line into a linux command prompt, make sure the pipe symbol is a solid vertical line (not the broken vertical line webmasterworld changes it to when trying to post this message).