count of all files and directories in the current directory - echo * | wc
count of only the directories in the current directory - echo */ | wc
count of just the files in a directory - echo *.* | wc
count of only the directories in the current directory - echo */ | wc
count of just the files in a directory - echo *.* | wc
No comments:
Post a Comment