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
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
Post a Comment