Search Results

Search: Posts Made By: jionnet
7,887
Posted By jionnet
Thanx a lot for Everyone
Thanks a lot...
It Worked :) :) :)
7,887
Posted By jionnet
split string
Hi
I am facing a problem in spitting a string.

Here is the string
--------------------
subject1=10;subject2=30;subject3=40;subjectcode=10001;...

Now, I want only marks not the subject...
1,024
Posted By jionnet
Thanks... but
Hi
Thanks for your reply.. but i am getting Command not found

> echo "int i=10 ; int j = 20 + i ; int k = 30" | nawk -F";" '{print $1}'

ksh: nawk: not found [No such file or directory]
...
1,024
Posted By jionnet
Need help in splitting text
Hi
I want shell script command to split text.

Example :
str = "int i=10 ; int j = 20 + i ; int k = 30"

I want to result as

int i = 10 # string 1
int j = 20 + i ...
2,477
Posted By jionnet
Thanks
I'd seen the reply...
I guess that should solve my problem...
I'll come back if some problem hits me.
Thanks again....
2,477
Posted By jionnet
Thanks
This is fine. But I want to protect only some byte of memory.
Else is there any way to trigger an function (like HANDLER) when some data been written over that memory?
2,477
Posted By jionnet
How to create SIGSEGV at particular memory?
Hi
I want to create a SIGSEGV when program tries to access one particular area in memory. Is this possible. If so whats the command.
3,869
Posted By jionnet
Regarding MMAP, MLOCK etc..
Hi
I want to lock or prevent a portion of memory which I allocated. So I tried MLOCK, MPROTECT and some like this. But all these functions works only on page border. Can I know why that so.

Is...
Showing results 1 to 8 of 8

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