Search Results

Search: Posts Made By: d8011
4,430
Posted By d8011
Thanks zaxxon...i am using centos [LINUX]...And i...
Thanks zaxxon...i am using centos [LINUX]...And i don't want to use tripwire or such for this. Is there any wayout in shell script to trigger alert at the moment config files is modified...?
4,430
Posted By d8011
shell script to alert if a file has been modified
Hi ,

I want a script who will send alert the moment someone edit any file in a directory in LINUX. Can some one throw some light on this please.!!
2,030
Posted By d8011
Need help in creating a shell script to automate svnstats process
Hi,

I am trying to create a shell script to automate the following process of getting svn stats:-

Step1:- cd to checkout location.
Note that the checked code have multiple modules in...
2,503
Posted By d8011
Hi All, Here is the script which i am...
Hi All,

Here is the script which i am executing.It is deleting the content from first cluster only.Not in all 8.
Please let me know where i am wrong


for ((i =1;i<=8;i++))
do
#
ssh...
2,503
Posted By d8011
Thanks all for your responses. I am still not...
Thanks all for your responses.
I am still not able to get the script works as expected.
I want to login into each of eight cluster & delete the directory work under /opt/space/.
This directory is...
2,503
Posted By d8011
shell script for multiple logging
Hi All,

I am preparing a script which executes following things:

1) Logs into 8 cluster one by one.
2) After logging into each cluster,it prints the cluster name & then exit from that cluster....
16,751
Posted By d8011
Thanks Jayan..i am able to get the desried...
Thanks Jayan..i am able to get the desried results.
Thank you for the light thrown.
16,751
Posted By d8011
Process checking loop
Hi,

I want to create a script who will check if the java process is running & if it finds the process is still there it continues to execute & when the process completes it exit from the script.
...
2,957
Posted By d8011
Thanks citaylor for your help....I am able to...
Thanks citaylor for your help....I am able to create the required script..
2,140
Posted By d8011
cd command not executing in if else loop
Hi,

I am executing below script

s1=`pwd`
s2=/space
if [ $s1 == $s2 ]
then
echo "done"
else
echo "mistake"
cd /tmp
fi
I am not able to migrate to /tmp directory if the condition is not...
2,957
Posted By d8011
Script is executing without any error or...
Script is executing without any error or notification but files are not getting deleted.
Also i am logging as a root user..please help..
2,957
Posted By d8011
Hi, I am using this script to delete the...
Hi,

I am using this script to delete the files created 5 days ago in /home/directory/ location.
But somehow its not working.Can you please let me know the error in this.

find /home/directory/...
2,957
Posted By d8011
Thanks citaylor......:)
Thanks citaylor......:)
2,957
Posted By d8011
script to delete contents in a directory by date
Hi ,

I am trying to make a cron job to delete the contents of a directory [basically log files] in a linux environment.The contents created before 2 days should get deleted by this job.Here is...
1,381
Posted By d8011
Hi Anurag, I tried with this script but its...
Hi Anurag,

I tried with this script but its still giving all the values at a go.
Please find the attachment comprising of the script,text file & result..
Let me know where i am wrong..!!!
Thx a...
1,381
Posted By d8011
thanks anurag..!! it works.. ---------- Post...
thanks anurag..!! it works..

---------- Post updated at 04:08 PM ---------- Previous update was at 03:21 PM ----------

It will be great if you help us in below :
We have a file with below...
1,381
Posted By d8011
need to retrieve values of parameter
Hi,

I am just new to this shell scripting wizard..i have a text file which contains content as below:

Parameter=10;

What should be the script which only fetches the value 10 not the...
Showing results 1 to 17 of 17

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