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

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

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -