ogham / exa

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

Same function as ll #1170

Open lucasjinreal opened 1 year ago

lucasjinreal commented 1 year ago

ls is simply prints file names, ll prints size, owner, permission etc , does exa able to do so?

eggbean commented 1 year ago

ll is usually just an alias to ls -l. Try typing:

$ alias ll
$ exa -l