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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -