Search Results

Search: Posts Made By: gauravah
3,404
Posted By gauravah
thanks Jim it works...
it is working for me.
3,404
Posted By gauravah
initialize a variable only once
hi,

i have a script which needs to be run every 10 minutes.This is achieved using crontab utility,
it is checking Number of calls on a service... if number of calls are not increasing then it...
1,897
Posted By gauravah
use crontab for a shell script..
hi,

i have shell script which checks for service running on platform,
if service is receiving calls, then do nothing
if service is not receiving calls, then stop the service

i want to run...
2,857
Posted By gauravah
extract data with awk
i have a following output file

PF Release 2.4 on SERVICE at Mon Feb 6 18:41:02 2012
---------------------------------------- ----------------
|pPF |SEP |CAPS ...
4,208
Posted By gauravah
two=2 trace=service.tra while [ $two != 0 ] ...
two=2
trace=service.tra
while [ $two != 0 ]
do
cd /home/linus
find . -name "service.tra"
size=$(du -sk $trace |awk '{print $1}')
if [ $size -gt 3000 ]
then
cat $trace > temp1
...
4,208
Posted By gauravah
shell script - search a file and perform some action
hi,

i have a service on unix platform, it will generate traces in a particular folder
i want to check using shell script if traces exist, then perform some action else continue to be in loop. ...
75,104
Posted By gauravah
thanks
thanks to everyone for help,
also I will be careful next time not to hijack anyone's post. sorry for that
75,104
Posted By gauravah
hi, I am new to unix I have executed the...
hi, I am new to unix I have executed the following script :-

X=`sqlplus service/service@psmf.world <<eof
set serveroutput on;
set feedback off;
set linesize 1000;
select count(*) from table ;...
Showing results 1 to 8 of 8

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