Saved Bookmarks
| 1. |
Write a shell script that count the number of directories under the current working directory |
|
Answer» Explanation: USING “LS” command:This METHOD is the best, if you need to COUNT a LARGE number of files. |
|