Search Results

Search: Posts Made By: g.pi
20,831
Posted By g.pi
Xterm needs a X server to contact. Your friend...
Xterm needs a X server to contact. Your friend either could have either set the env. var, DISPLAY, to point to your X server before starting the xterm or he could have invoked xterm as, xterm...
2,367
Posted By g.pi
Let me try and answer your questions. If you are...
Let me try and answer your questions. If you are new to awk and would like to learn more, here is a good book that I can recommend: sed & awk, Second Edition - O'Reilly Media...
1,266
Posted By g.pi
@eawedat: I don't know about csh. Most of it...
@eawedat: I don't know about csh. Most of it should also work in ksh.
4,142
Posted By g.pi
@polsun, let me make a suggestion, if I may. ...
@polsun, let me make a suggestion, if I may. Since you are learning something new, I suggest that you learn perl instead. Perl can pretty much do what awk can (IMHO) and lots more. It is not...
1,350
Posted By g.pi
newb1000, this may be a simpler way to do it, and...
newb1000, this may be a simpler way to do it, and follow:
echo "<item> a@b.com </item>" | sed -e 's/<item>//' -e 's/<\/item>//' -e 's/ //'

What is happening here is, you search for pattern that...
5,019
Posted By g.pi
Shankar, I had overlooked earlier response. ...
Shankar,

I had overlooked earlier response.

My earlier suggestion was based on your existing script. A quick (easy) solution would be to create 2 for loops, instead of the single one that...
1,041
Posted By g.pi
Would you please explain what the problem is? Is...
Would you please explain what the problem is? Is this a shell script? Is this a SQL script that you are trying to execute is ISQL directly?
Showing results 1 to 7 of 7

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