Search Results

Search: Posts Made By: suriyavignesh
6,033
Posted By suriyavignesh
Thanks a lot team.. egrep "([(].*?[)])"...
Thanks a lot team..

egrep "([(].*?[)])" $FILENAME | sed "s,[\(|\"|\)],,g" | cut -d ' ' -f 9-

the above command is working.Hence closing the thread
6,033
Posted By suriyavignesh
please find my system version "SunOS suriya 5.8...
please find my system version "SunOS suriya 5.8 Generic_127721-01 sun4u sparc SUNW,Sun-Fire"
6,033
Posted By suriyavignesh
Hi Scrutinizer, Getting error :( ...
Hi Scrutinizer,

Getting error :(

sed -n '/(/{s/.*(//;s/).*$//p;q}' infile
sed: command garbled: /(/{s/.*(//;s/).*$//p;q}
6,033
Posted By suriyavignesh
Hi Ungalnanban, Thanks for your effort :). ...
Hi Ungalnanban,

Thanks for your effort :).
But i am getting the following error
Error:
egrep -o "([(].*?[)])" DWPRD14_DWAA1_PK_TB_C2_DYP_CNSL_PS_SCD_DIM.ddl | sed "s,[\(|\"|\)],,g"
egrep:...
6,033
Posted By suriyavignesh
Problem in extracting the string between parenthesis
Hi Team,

I am not able to extract string between parenthesis.I need to extract string between first parenthesis only.
Please find the sample data and code.
But the below my code is returning...
Showing results 1 to 5 of 5

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