Hi,

I am looking for sh/ksh replacement for the following bash command:

$ X="abcdefghi"
$ echo ${X:0:2}
ab


Anyone got an idea?


Michael

Reply via email to