Search Results

Search: Posts Made By: mitsyjohn
1,181
Posted By mitsyjohn
Thanks amlife, m just browsing forum to get more...
Thanks amlife, m just browsing forum to get more idea for my problem.

Does any one know that -if file size is of 200mb or more, will tar file still be created?

is there any restriction in...
1,181
Posted By mitsyjohn
What extra Parameters I can use for archiving log files
Hello All,

I have developed a script which takes following parameter from the input file to archive log files

1)Input Path
2)File pattern(*.csv)
3)Number of days(+1)

Following is the...
5,189
Posted By mitsyjohn
i want to write infinite loop so taht my script...
i want to write infinite loop so taht my script keeps runnning!!

ASP_SH is dummy process..

btw i have repalced it with gt and put [[ in while...still giving same error
5,189
Posted By mitsyjohn
if else fi error in ksh
while [ 1 > 2];do
check=`psu|grep -i ASP |grep -v grep|wc -l`
if [[ $check -eq 0 ]] ;
then
ASP_SH 101
sleep 10
else
echo "Process is running"
fi
done


Getting error
...
5,361
Posted By mitsyjohn
Thanks corona, i did and found i am using ...
Thanks corona, i did and found i am using

/bin/ksh
7,580
Posted By mitsyjohn
script to kill tail processes
my unix machine is currently shared by many teams, because of that lots of processess are running and bad part is taht when I do psu ...i can see all tail processes as well , meaning ppl who have...
5,361
Posted By mitsyjohn
thank corona for reply, how do i check shell i am...
thank corona for reply, how do i check shell i am using ..not aware

but good thing is my issue resolved

i did

"var" == "" ( this works for me)

thanks for your help
5,361
Posted By mitsyjohn
Using variable to store of find command
Hello Experts

I am newbie to unix and writing one script to make archive files

Problme i am facing is : I have used find command to find the type of files and I am storing find command results...
Showing results 1 to 8 of 8

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