Summary Korn Shell Help

From: <dthun_at_dwp.ci.la.ca.us>
Date: Wed, 03 Jun 1998 14:47:11 -0700

Many thanks to all that helped.

Nestor Ruiz
Hugh Pritchard
Gene Vannostern
Kurt Carlson
Mark Allen
Angel Martinez

---------------------------------------------------------------------------
---------------
Here's my summarized post.


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 ...
---------------------------------------------------------------------------
----------------

Hugh Pritchard had the eaisest solution for me. (and it works great)

if [[ $current_tree = /usr/users/mktowns/* ]]; then

Use [[ ... ]] (done in the shell) instead of [ ... ] (runs the test
program).


Also suggested the following Korn Shell book.


Learn how to use Korn shell patterns.

Read Bolsky & Korn's _The_New_Kornshell_.
Received on Wed Jun 03 1998 - 23:46:52 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:37 NZDT