Search Results

Search: Posts Made By: keshav_rk
2,954
Posted By keshav_rk
Generate a Sequence like in Oracle
#!/usr/bin/ksh

ValUniqueNo=0
export ValUniqueNo

FnGenerateUniqueNo()
{
(( ValUniqueNo = $ValUniqueNo + 1 ))
echo $ValUniqueNo
export ValUniqueNo=$ValUniqueNo
}

echo...
34,746
Posted By keshav_rk
jim thanks but i need to have output as ...
jim thanks

but i need to have output as

output needed
~~~~~~~~~~~~~~~~~~
smart peopleLink "good" LC "happy" , smartpeopleLink "dull" LC "sad"
smart vc4 eatr kalu

is there any way to...
34,746
Posted By keshav_rk
grep to find content in between curly braces, "{" and "},"
problem String
~~~~~~~~~~~~~~~~~~
icecream= { smart peopleLink "good" LC "happy" ,
smartpeopleLink "dull" LC "sad" }
aend = {smart vc4 eatr kalu}

output needed ...
Showing results 1 to 3 of 3

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