Search Results

Search: Posts Made By: SujeethP
2,862
Posted By SujeethP
That was an example of my file.. My file does not...
That was an example of my file.. My file does not have any numbers. So i need to select it from the existence of Particular Character, For Example,

Event ID =1
.
.
.
.
EventID=25
.
.
.
....
2,862
Posted By SujeethP
How to select/delete some lines in shell?
I need to delete half(approx) the file or select half the file by existence of some character

My file looks like

1
2
3
4
.
.
.
50
.
.
100I need to select only 50 to rest of the file...
4,548
Posted By SujeethP
Thanks Ahamed it worked!!! I need for...
Thanks Ahamed it worked!!! I need for Alphanumeric so, used the below code,

val=`echo $SET_PARAMS | sed 's/.*Portfolio_Parm="\([0-9a-zA-Z]*\)".*/\1/g'`
4,548
Posted By SujeethP
Extract a word from sentence
$SET_PARAMS='-param Run_Type_Parm=Month -param Portfolio_Parm="997" -param From_Date_Parm="2011-08-09"'

Want to extract the value of "Portfolio_Parm" from $SET_PARAMS i.e in the above case "997"...
Showing results 1 to 4 of 4

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