Listing folder vertically in CentOS

centos

There is few ways to get an ls output vertically, but the most elegant way is to use internal function of lsitself.

$ ls -1 bootstrap-4.0.0-dist.zip/
css
js
$

Please note, that is number one “1“, instead of letter “l” as in Lima.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.