Created
February 9, 2022 17:58
-
-
Save eminorhan/261770c59b834bf81c135690a7e2d6da to your computer and use it in GitHub Desktop.
count files in current directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -1 | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment