Search Results

Search: Posts Made By: JumboGeng
15,584
Posted By JumboGeng
How to delete lines do NOT match a pattern
On Unix, it is easy to get those lines that match a pattern, by
grep pattern file
or those lines that do not, by
grep -v pattern file
but I am editing a file on Windows with Ultraedit....
1,744
Posted By JumboGeng
thanks for your reply, but I think that is not...
thanks for your reply, but I think that is not the case, kill system call does not kill a process always, wheather it will do so depends on the parameter you pass to it. and now I know why it does...
1,744
Posted By JumboGeng
problem with singal
hi all, i am new to unix, and recently, i wrote a little program:
#include<stdio.h>
#include<signal.h>

void signalUsr1(int signal);

int main()
{
signal(SIGINT, signalUsr1);
int...
Showing results 1 to 3 of 3

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