So you wanna know how many file are in your current directory in terminal? it’s easy. the “ls” does it all.
1 |
ls -1 | wc -l |
Have a good day all.
So you wanna know how many file are in your current directory in terminal? it’s easy. the “ls” does it all.
1 |
ls -1 | wc -l |
Have a good day all.