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