1
rated 0 times
[
1]
[
0]
/ answers: 1 / hits: 622
/ 1 Year ago, wed, august 3, 2022, 12:23:20
The task is: Output when running the file will be the number of subdirectories (counting all subdirectories in the tree) in the entered directory.
I know how to recursive a dir using -r
but how can i count all these number in a shell script file?
More From » scripts