Search Results

Search: Posts Made By: vivek.gkp
Forum: Solaris 04-23-2009
2,304
Posted By vivek.gkp
Actually this problem occuring since the Go-Live...
Actually this problem occuring since the Go-Live of our project at client side.
Is there something to do with Zebra printer settings?
Forum: Solaris 04-22-2009
2,304
Posted By vivek.gkp
0KB printing files
Hi,
I am dealing with strange problem...
whenever we use our software to trigger some printing files, along with that it generates lot of zero KB printing files, in our code base we generate a...
Forum: AIX 02-04-2009
2,040
Posted By vivek.gkp
Zerofault terminates and coredumps - Segmentation fault
Hi,
I am using zerofault in AIX to find memory leaks for my server.
zf -c <forked-server>
zf -l 30 <server> <arguments>

Then after some (5 mins ) it terminates core dumping and saying server...
Forum: HP-UX 12-24-2008
9,511
Posted By vivek.gkp
Core Dump in /usr/lib/hpux32/libc.so.1
Hi,
I am working on a core dump issue, where the dumps happens in OS library, /usr/lib/hpux32/libc.so.1 and version for my OS is as specified by uname -a is:
"HP-UX B.11.23 U ia64".

Below is the...
2,413
Posted By vivek.gkp
script optimization
:o Hi,

I am writing a script in which at some time, I need to get the process id of a special process and kill it...

I am getting the PID as follows...

ps -ef | grep $PKMS/scripts | grep -v...
1,511
Posted By vivek.gkp
finding in files
hi,
can we re-write the following command in a way so that we dont need to use and external commands ( grep ) to save calls to fork() and exec()...

find . -name "*.mk" | xargs grep -i...
48,943
Posted By vivek.gkp
You need to copy your scripts file to $HOME/bin
You need to copy your scripts file to $HOME/bin
48,943
Posted By vivek.gkp
Also if you donn wan to use it like "./filename"...
Also if you donn wan to use it like "./filename" then you need to put your script file in $HOME/bin ... if it exists and included in $PATH, or else create bin in $HOME or anywhere u like and also...
1,584
Posted By vivek.gkp
thx it worked ... but I wanted listing of files...
thx it worked ... but I wanted listing of files in long format.
1,584
Posted By vivek.gkp
Hi I tried the same u specified it didnt work all...
Hi I tried the same u specified it didnt work all zero KB files still present.
But this wont give any error message, just gets completed.
1,584
Posted By vivek.gkp
printing and deleting using awk
I am trying to print and delete at the same time 0KB files... using following command

a-> find . -type f | xargs ls -l | awk '{ if($5 == 0) {print $0;}}' | xargs rm $0

but am not successful....
Showing results 1 to 11 of 11

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