2008-11-19 「crs_stat -t」風でサービス名をフルで表示する Oracle $ crs_stat | awk '{print $1 "=" $4; }' RS="" FS="\n" | awk '{ printf "%-50s%s\n",$2,$4}' FS="="