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
Mitansh Panchal -
haXarubiX -
Lovelin -
SeunB -
Top comments (0)