KSH substring function (is it on your system?)

chris chris at pixutl.UUCP
Wed Nov 13 07:09:38 AEST 1985


As long as we're talking about 'substring', 'expr' has a 'substr' option
that used to be documented in V6.

It goes:
	expr substr string n m

	where n is the first character of the sub-string and m the length.

	so:		expr substr abcdefgh 2 4
	gives:		bcde

'expr' also has 'match', 'lentgh', and 'index' options that are not
documented any longer. Anyone knows why?

Chris
-- 

 Chris Bertin            :         (617) 933-7735 x2336
 Pixel Systems Inc.      :	   (800) 325-3342
 300 Wildwood street     :  {allegra|ihnp4|cbosgd|ima|genrad|amd|harvard}\
 Woburn, Ma 01801        :     !wjh12!pixel!pixutl!chris



More information about the Comp.unix mailing list