Hello All
I'm trying to compare a string to which has the contents of a full path: ie
ie. current_tree which would have something like
/usr/users/mktowns/script/
and match it with /usr/users/mktowns.
something like
if [ "/usr/users/mktowns/" = $current_tree ] then
just not sure how to code it. Do I need to use the awk with match or can
corn shell do this??
samples would really be appreciated.
Thank You
Dennis Thun
Received on Wed Jun 03 1998 - 18:31:08 NZST