Search Results

Search: Posts Made By: skrv
4,668
Posted By skrv
I just executed below command and am not able to...
I just executed below command and am not able to stop it.

can you please help me in how to stop it? ctrl+c is not working and i don't know how to find the PID for this process to kill it.


can...
4,668
Posted By skrv
its writing to a file but how can i make it run...
its writing to a file but how can i make it run in the background? and not stop when i do ctrl+c on a shell?
4,668
Posted By skrv
does this look good? while true ; do (date;...
does this look good?

while true ; do (date; netstat -antp | grep 1424 | grep -v "runmqlsr"| wc - l ; sleep 1;) done >> test.out

---------- Post updated at 08:24 PM ---------- Previous update...
4,668
Posted By skrv
Below command is displaying the needed output for...
Below command is displaying the needed output for me on the screen but i want the same out to be redirected to a file.

can you please help with this?

while [ 1 -eq 1 ]; do date; netstat -antp |...
4,668
Posted By skrv
Do While Loop Command help
Hello,
Can some one help me with do-while loop command and writing the out put to a file. Below is the command I want to use.

Command: netstat -an |grep 1421 |grep "ESTABLISHED" |wc -l

thanks...
1,045
Posted By skrv
Thank you so much. it worked.
Thank you so much. it worked.
1,045
Posted By skrv
thanks for the reply. i added the code to...
thanks for the reply.

i added the code to the existing perl script and ran it on Linux Server.

For some reason it is trying to find a folder under - /export/home/mqm, that means the $HOME was...
1,045
Posted By skrv
Perl Scripting Help
Hello,
Can anyone help with pearl Scripting.

I'm looking for equilant pearl code which can do -
OS=`uname -s`

if [[ $OS = "Linux" ]]; then
my $HOME='/home/mqm'
else
my...
Showing results 1 to 8 of 8

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