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
0xkoji -
dorinandreidragan -
SumiSastri -
Thiago Massari Guedes -
Top comments (0)