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

c++ - list<myClass<int> * > sort -

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

java - why am i getting a "cannot resolve method" error on getApplication? -