#!/bin/sh # ctg_devdirs # Returns the list of development directories. echo $CTG_DEVPATH | awk -F: '{ for (i=1; i<=NF; i=i+1) print $i }'