You can List file names one under the other from terminal
for n in *; do printf '%s\n' "$n"; done
You can List file names one under the other from terminal
for n in *; do printf '%s\n' "$n"; done
For further actions, you may consider blocking this person and/or reporting abuse
Alexandre Calaça -
Aditya Pratap Bhuyan -
Brayan Diaz C -
David Y Soards -
Top comments (0)