ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

The equivalent of ls -m #1186

Closed sohilkaushal closed 1 year ago

sohilkaushal commented 1 year ago

Hi Exa Team

I made the switch to exa sometime ago and was trying to replicate the functionality of -m flag from ls. The flag does the following: Stream output format; list files across the page, separated by commas. This makes it quite useful to use as a part of deployment/automation scripts.

eggbean commented 1 year ago

You shouldn't use ls in scripts for many reasons, but even if you wanted to, why not just use ls instead? Using exa would make it way less portable.

sohilkaushal commented 1 year ago

Hi @eggbean

Thanks for the comment, I'll be closing this issue