Michael wrote:
> I am looking for sh/ksh replacement for the following bash command:
>
> $ X="abcdefghi"
> $ echo ${X:0:2}
> abcut(1) # Han
Michael wrote:
> I am looking for sh/ksh replacement for the following bash command:
>
> $ X="abcdefghi"
> $ echo ${X:0:2}
> abcut(1) # Han