TheElephantMan
Programmer
Hello, all.
I am brand new to ksh programming and as a programming exercise I decided to create a little script that takes a single string (of a word) as an input and then outputs the word in Pig Latin.
The main notions of my logic are fine, I just seem to have run into an impasse with string manipulation. Specifically, I cannot seem to find a function or command that mimics the classic substring function.
Does such a thing exist in ksh, and how do I invoke it?
Thanks tons, in advance.
TEM
I am brand new to ksh programming and as a programming exercise I decided to create a little script that takes a single string (of a word) as an input and then outputs the word in Pig Latin.
The main notions of my logic are fine, I just seem to have run into an impasse with string manipulation. Specifically, I cannot seem to find a function or command that mimics the classic substring function.
Does such a thing exist in ksh, and how do I invoke it?
Thanks tons, in advance.
TEM