I want to list only the directories in specified path (ls doesn\'t have such option). Also, can this be done with a single line command?
ls
Since there are dozens of ways to do it, here is another one:
tree -d -L 1 -i --noreport