Search Results

Search: Posts Made By: Phani369
2,111
Posted By Phani369
It is working fine upto 5000 lines (not sure)...
It is working fine upto 5000 lines (not sure) ,but in my case each file contain more than 15000 lines.

File =16739
File2 = 17512

Lenght of each line is below 100 characters

Can you suggest...
2,111
Posted By Phani369
I am receiving same error .. it is merging good...
I am receiving same error .. it is merging good upto 1000 lines then it is starting wrong merging .. Lines are getting repeated and some line getting supressed:confused:
2,111
Posted By Phani369
lines are repeated so many times by suppressing...
lines are repeated so many times by suppressing trailing lines.. like 0 1 2 3 4 5 5 5 5 5 5 10 11 12 12 12 ..like this i am receiving output ..
2,111
Posted By Phani369
#!/usr/bin/awk -f BEGIN { File2 = ARGV[2] ...
#!/usr/bin/awk -f
BEGIN {
File2 = ARGV[2]
--ARGC
}
{
print
if((FNR % 14) == 0) {
for(n=1; n<=14; ++n) {
getline...
2,111
Posted By Phani369
Merging two files each contain 16 lakh lines on HP-UX 11.11 system
Hello All ,

I am trying to merge two files each contain 16 lakh lines ..My requirement is i have merge after every 14 lines of each file .

Like from file1 14 lines then after after 14 lines...
4,916
Posted By Phani369
Hi Jim , i am not getting any error .. when...
Hi Jim ,

i am not getting any error .. when i run this script is running continuously .. so i am stopping it manually ..

Yes , del command is related to direct to delete the process.
4,916
Posted By Phani369
Deleting a process automatically using process number
Hi Every One ,

My requirement is to delete a process automatically that occurs every day ..

The process is in
/opt/app/root/cdlinux/ndm/bin/direct path and sel proc is the command to
check...
4,916
Posted By Phani369
sudo -iu ...
sudo -iu root/opt/app/root/cdlinux/ndm/bin/direct <<EOF
read status
read number
status=$(sel proc);
if[("$status " == Select Process Completed Successfully ]
then
exit
else
number=$(awk...
4,916
Posted By Phani369
Thank you corona.. sudo -iu ...
Thank you corona..

sudo -iu root/opt/app/root/cdlinux/ndm/bin/direct <<EOF Sel proc ;
EOF
After this i got output like the attached image (i did manually to show thw output)

So now i need to...
4,916
Posted By Phani369
Script for Deleting a process which exist every day in hold state
Hi All ,

There always exist one process in hold state every day which will cause savior impact if i didn't kill it.

i will do it manually . Manul process is this.

sudo -iu ...
Showing results 1 to 10 of 10

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