#!/bin/bash

awk -F : '$7 == "/bin/bash" {print  "Home Directory: "$6}' /etc/passwd