Search Results

Search: Posts Made By: NehaKrish
1,329
Posted By NehaKrish
I need to check those extension files from the...
I need to check those extension files from the log daily(i.e for the current date) and should send those etxension names to a textfile/flatfile.
1,329
Posted By NehaKrish
4,412
Posted By NehaKrish
Script for checking yesterday's log
Hi,

Have to check log file for yesterday, I have tried this script, but it is showing error as -d illegal option.
res=max_total`date -d'yesterday'+%y%m%d`.log

res=max_total`date +%y%m%d`.log...
4,361
Posted By NehaKrish
Hi, Have tried your code it showin illegal...
Hi,

Have tried your code it showin illegal option --d.

Please can you assist me.

Thanks in advance,
Neha
4,361
Posted By NehaKrish
check log for previous date
Hi,

i want to check the log for previous date.


For getting today's log I have written the script

result=tot_max_`date+%y%m%d`.log

Pls can anyone help on how to get for previous...
1,923
Posted By NehaKrish
problem with grep |
Hi,

When i try this it is not executing either result or total, pls can any one help me in this.

max=month_134.log
grep result|total $max > log.txt

In month_134.log, it should contain...
1,886
Posted By NehaKrish
how to stop the process that is running continously
Hi there,

I have written a script to check daily process,
each script is in a different directory.
Now the first process is running fine, when it goes to the next directory the process doesn't...
23,100
Posted By NehaKrish
How to check the process status
Hi,


I have a cron job which runs every ten minutes, now i hav to check the process whether it is running or not only once and then this should be sent to a log file..

crontab :
...
2,988
Posted By NehaKrish
Hi, Now the script is running fine.. ...
Hi,

Now the script is running fine..
Thank u so much..
2,988
Posted By NehaKrish
Hi Aigles, Still M getting the result of...
Hi Aigles,

Still M getting the result of first process alone..

Plz can u help me..

Thanks
2,988
Posted By NehaKrish
Running multiple if statements
Hi,

Hav automated a process, and it is working fine.

for first process alone

status = ` ps -ef |grep a `
if [ $status -eq 1]
then
echo " Success" > temp/logfile
else
echo " Failure"...
2,543
Posted By NehaKrish
Thanks!! I want this mail to be sent...
Thanks!!


I want this mail to be sent daily morning.

Can u plz help in this.

Thanks in Advance,
Neha
2,084
Posted By NehaKrish
Sending mail
Hi there,

How can I send the automated log file, daily at 7 am to the respective mail .

Thanks in Advance,
Neha
2,543
Posted By NehaKrish
automating daily monitoring process
Hi there,

I have to automate daily monitoring process and then the result of these process should be sent to a log file, then this log file should be mailed .

ps -ef | grep aa

In this...
Showing results 1 to 14 of 14

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