Skip to main content
1 of 6
Mikel
  • 58.7k
  • 16
  • 136
  • 155

Why not let the shell do the work?

ls -lf _* [!_]* 

The -f is required to make ls not sort the output.

Mikel
  • 58.7k
  • 16
  • 136
  • 155