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
Ashish Prajapati -
Mark Adel -
hexfloor -
Juan Bailon -
Top comments (0)