Search Results

Search: Posts Made By: Hemendra
2,239
Posted By Hemendra
Thanks for the reply. but I have to do it in...
Thanks for the reply.
but I have to do it in awk script .
and i have only FS to set

FS=","
TEST_HEME,"SubNetwork=ONRM_RootMoR,SubNetwork=ARNC1",CELL
...
2,239
Posted By Hemendra
how to handle , in data where separator also commas in awk script
TEST_HEME,"SubNetwork=ONRM_RootMoR,SubNetwork=ARNC1",CELL

when I split by

FS=","

then

$0=TEST_HEME
$1="SubNetwork=ONRM_RootMoR
$2=SubNetwork=ARNC1"

but I need this will be single...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy