Search Results

Search: Posts Made By: abhishek27
2,412
Posted By abhishek27
How to create a dir with name "current date".
I need to create a dir in my script with its name as current date in the server.
how can i do that please help.
5,061
Posted By abhishek27
now i want this script to create a dir in...
now i want this script to create a dir in /publish/archive with name jar_'current date' and move the files into the same dir.

Adam please suggest
5,061
Posted By abhishek27
Waiting for your response
Waiting for your response
5,061
Posted By abhishek27
Thanks for you help... in that location...
Thanks for you help...

in that location files can be any ways..like abcd.jar, xyz.jar, 123.jar
what i want is to move only the files with extension .jar.

i guess for this you need to use mv...
5,061
Posted By abhishek27
Shell script to move certain files on scheduled time
Hi Friends,

I want a shell script which will move certain .jar files from a specified location (say /publish/content) to (/publish/archive) on every saturday morning 6 am.
One more thing to add...
Forum: AIX 07-25-2008
86,195
Posted By abhishek27
how we can find out the unused semaphore in our...
how we can find out the unused semaphore in our system???
Forum: AIX 07-25-2008
15,097
Posted By abhishek27
if u can give me a Idea of how to do it....then...
if u can give me a Idea of how to do it....then i'll proceed b'coz i dont find a way how to go thru...
Forum: AIX 07-24-2008
86,195
Posted By abhishek27
how to clean Unused semaphore??
How can i clean up my unused semaphore???
Forum: AIX 07-24-2008
15,097
Posted By abhishek27
script which take a snap shot of Topas
can any one give me a script which take a snap shot of Topas at a fix interval of 15min and save it in a perticular file!!!!!!!!
Forum: AIX 07-24-2008
4,281
Posted By abhishek27
File Transfer from windows to AIX
How to transfer a directory from my windows machine to my AIX server??
Plz give me a detailed step wise solution...
Thanks in Advance....
2,680
Posted By abhishek27
it doesnt works as i give the input the output...
it doesnt works as i give the input the output file created but i doesnt have any data in it....

regards
2,680
Posted By abhishek27
this time my log file "test" contains following...
this time my log file "test" contains following logs:

04/08/08:22:54:00 51% 59% 5% 1981788 936668 649040 1343236 860648 1529948 1310808 1565760 989932 2341624 8 292703...
2,680
Posted By abhishek27
i tried your suggesation in the form of below...
i tried your suggesation in the form of below written script,it executes but wont give any data in the log file...generated...chk it and reply

echo "ENTER THE START TIME FOR THE REQUIRED DATA {as...
2,680
Posted By abhishek27
my logs in the file (test) are like this..... ...
my logs in the file (test) are like this.....
06/26/08:02:54:00 68% 79% 15% 1585860 429604 597756 332576 409324 1205156 499724 442288 2 221144 355136 ...
Forum: AIX 07-08-2008
34,760
Posted By abhishek27
i m not able to understand u...what wxactly u...
i m not able to understand u...what wxactly u want to explain...
Forum: AIX 07-08-2008
34,760
Posted By abhishek27
Need a UNIX terminal to practice... please help!!!
Is there a web site that i can go to and practice my UNIX commands on their browser (terminal mode) or a telnet service that i can login to for free? I don't have a LINUX/UNIX system at home or at...
2,680
Posted By abhishek27
fix a problem in this script
z=9
i=0
h=02
min=55
while [ $i -lt $z ]
do
cat /home/barmecha/test | grep $h:$min >> /home/barmecha/file1
min=`expr $min + 1`
if [ $min -eq 00 ];
then
h=`expr $h + 1`
fi
i=`expr $i + 1`...
4,271
Posted By abhishek27
the script runs properly without any err but i am...
the script runs properly without any err but i am facing one more problem i.e. the hour (h)doesnt incrementing as min = 60, as written in the if condition ..plz chek it
4,271
Posted By abhishek27
the script runs properly without any err but i am...
the script runs properly without any err but i am facing one more problem i.e. the hour (h)doesnt incrementing as min = 60, as written in the if condition ..plz chek it
4,271
Posted By abhishek27
namish thanks for ur contribution.... the for...
namish thanks for ur contribution....
the for loop in the above code also have some problem in it..plz check it..
try while loop instead and if it works ...revert back it to me
4,271
Posted By abhishek27
it doesn,t work even then also......
it doesn,t work even then also......
4,271
Posted By abhishek27
debug this script
echo "input time in hhmmss"
read $st
h=`echo $st | cut -c1-2`
min=`echo $st | cut -c3-4`
s=`echo $st | cut -c5-6`
echo "input time in hhmmss"
read $end
h1=`echo $end | cut -c1-2`
min1=`echo...
4,976
Posted By abhishek27
07/01/08:21:45:00 72% 82% 15% 1626560 429712 8781...
07/01/08:21:45:00 72% 82% 15% 1626560 429712 878148 339500 746080 313584 592964 629668 2 314834 355136 1 355136 255400 1...
4,976
Posted By abhishek27
To extract data of a perticular interval (date-time wise)
I want a shell script which extract data from a log file which contains date and time-wise data and i need the data for a perticular interval of time...what can i do???
5,454
Posted By abhishek27
Date %Used WAS Dir %Used Content Dir % Used Logs...
Date %Used WAS Dir %Used Content Dir % Used Logs Dir AHR JAVA VSZ CBIT JAVA VSZ FWS JAVA VSZ IDW JAVA VSZ CORP1 JAVA VSZ CORP2 JAVA VSZ INST1 JAVA VSZ INST2 JAVA VSZ ET2 JAVA VSZ TOT AHR BI...
Showing results 1 to 25 of 32

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