bash - ls files with associated types -


i list contents of pwd

ls

but bunch of names. , don't know directories , aren't.

how list out contents of folder each item's associated filetype?

you can use

$ ls -f 

or

$ ls --file-type 

Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -