M
mihirtr
Hi,
I am having a huge array that contains file paths in its element.
Following is example of the array
array[0] contains /u/test/abc/foo.c
arroy[1] contains /u/test/abc/foo1.c
array[2] contains /u/test/xyz/abc.c
arroy[3] contains /u/test/xyz/abc1.c
.........
I want to go remove /u/test from each element in the array and store
it. Will slice command help me in doing that?
Thanks
scott.
I am having a huge array that contains file paths in its element.
Following is example of the array
array[0] contains /u/test/abc/foo.c
arroy[1] contains /u/test/abc/foo1.c
array[2] contains /u/test/xyz/abc.c
arroy[3] contains /u/test/xyz/abc1.c
.........
I want to go remove /u/test from each element in the array and store
it. Will slice command help me in doing that?
Thanks
scott.