There is few ways to get an ls
output vertically, but the most elegant way is to use internal function of ls
itself.
$ ls -1 bootstrap-4.0.0-dist.zip/
css
js
$
css
js
$
Please note, that is number one “1
“, instead of letter “l
” as in Lima.
There is few ways to get an ls
output vertically, but the most elegant way is to use internal function of ls
itself.
Please note, that is number one “1
“, instead of letter “l
” as in Lima.
Efficiently navigating file systems is a fundamental skill for Linux administrators and users alike. We are about to explore a focused aspect of directory management in CentOS – the art of listing only directories using command-line tools
ls