Search Results

Search: Posts Made By: ganesh.mandlik
Forum: HP-UX 12-09-2009
18,739
Posted By ganesh.mandlik
Hi Zaxxon, Done ...thank you vary much for...
Hi Zaxxon,

Done ...thank you vary much for such kind support...

God bless u...Cheers...
Forum: HP-UX 12-09-2009
18,739
Posted By ganesh.mandlik
Yes , i want to remove all the line from that...
Yes , i want to remove all the line from that file whose date is less than 200905 i.e may 2009.
Your first query prints the result, but to delete those lines from file please suggest me way.
Forum: HP-UX 12-09-2009
18,739
Posted By ganesh.mandlik
Hi Zaxxon, thanks for the instant response... ...
Hi Zaxxon,
thanks for the instant response...
am able to print those record with awk, but now how do i delete it?
Once again thanks in advance
Forum: HP-UX 12-09-2009
18,739
Posted By ganesh.mandlik
How to delete specific pattern in a file with SED?
I have one file which is having content as following...

0513468211,,,,20091208,084005,5,,2,3699310,
0206554475,,,,20090327,123634,85,,2,15615533
0206554475,,,,20090327,134431,554,,2,7246177...
5,961
Posted By ganesh.mandlik
Can be done following way... awk...
Can be done following way...
awk '/Pritam/,/Patil/{n++}; END {print n-2}' filename
4,219
Posted By ganesh.mandlik
If u just want to replace '_' with '|' can be...
If u just want to replace '_' with '|' can be done following ways..

cat filename|sed 's/_/|/g' OR sed 's/_/|/g' filename
2,125
Posted By ganesh.mandlik
how to delete 2 digit
Can use following code
sed 's/^..//g' filename
5,072
Posted By ganesh.mandlik
OS is the HP-UX.
OS is the HP-UX.
5,072
Posted By ganesh.mandlik
Not Enough Space
Hi am getting the following exception thru one of my application.

Mmap failed for the library</swrl/orabase/product/9.2.0.8/lib/libclntsh.sl.9.0> : Not enough space.

Can any one let me know the...
Showing results 1 to 9 of 9

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