I have a directory that contains a bunch of .zip files as well as their unpacked version. I need to get a list of all the directory's and ignore the .zip files. How can I do this?
I am thinking of using grep
and ls
, but am not sure how to put it together.