or download this
# print table header
# fields space allocation: underline, Path, Name, status, desc, reset
+underline
...
# fields space allocation: pathColor, path, pathReset, shareName,
+statusColor, status, statusReset, desc
printf "\t%s%-20s%s| %-10s%s%-12s%s| %-20s\n", $pathColor, &trunca
+teStr($path, 20), $pathReset, &truncateStr($name, 10), $statusColor,
+$status, $statusReset, &truncateStr($desc, 20) || '';
}