Count files in current directory with:
ls | wc -l
Or count files in a specific directory with:
ls /some/path | wc -l
Count files in current directory with:
ls | wc -l
Or count files in a specific directory with:
ls /some/path | wc -l
For further actions, you may consider blocking this person and/or reporting abuse
Talles L -
Talles L -
Marcos Vilela -
Krunal Kanojiya -
Top comments (0)