in reply to Re: how to get total numbers of files in a directory?
in thread how to get total numbers of files in a directory?

or a simple shell script? find . -maxdepth 1 -name '*.*' | wc -l
  • Comment on Re: Re: how to get total numbers of files in a directory?