ADDED mttroot/mtt/bin/trans/first Index: mttroot/mtt/bin/trans/first ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/first @@ -0,0 +1,18 @@ +#!/bin/sh + + ###################################### + ##### Model Transformation Tools ##### + ###################################### + +# Bourne shell script: first +# Gives first of space seperated string +# Copyright (C) 2000 by Peter J. Gawthrop + +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### + +echo $1 | cut -d ' ' -f 1