LOOPing a delimited string in UNIX
Hi Guys
I have delimited string of request_ids stored in a variable like the below :
l_request_id = '|456|457|458' or ',456,457,458'
My requirement is the split the string, get each request_ids and LOOP it in UNIX.
Please help would be appreciated.
Can you please the share the piece of code if someone has worked on this
Thanks
Vijay
I have delimited string of request_ids stored in a variable like the below :
l_request_id = '|456|457|458' or ',456,457,458'
My requirement is the split the string, get each request_ids and LOOP it in UNIX.
Please help would be appreciated.
Can you please the share the piece of code if someone has worked on this
Thanks
Vijay
0