I'm trying to print a list of the directories within a directory path i'm passing to a bash script. I know that
ls -dn */
will print the list of only dirs within the current path, but i want to print the ones within the path i provided to the script.