bash for folder in directory code example Example: for each folder in directory bash for d in */ ; do echo "$d" done