I have a folder in Linux with 3M files and I want to list the first 5 files. I was trying the following command:
ls -lart | head -5
However, this does