Search Results

Search: Posts Made By: jadionne
4,175
Posted By jadionne
and now a bigger problem kill -15 isnt...
and now a bigger problem

kill -15 isnt killing the pids....
4,175
Posted By jadionne
I was hopeing not to burden you with all the ugly...
I was hopeing not to burden you with all the ugly details of the other .sh but you asked for it :)


#!/bin/bash -x
. /export/home/mldwh/rkem_refresh/int_load/scripts/rkem_functions.sh
...
4,175
Posted By jadionne
the -a means while exhists. i only work in ksh...
the -a means while exhists. i only work in ksh right now...

any idea about the loop? im realy stuck here
4,175
Posted By jadionne
The counter is in the iteration.log file and it...
The counter is in the iteration.log file and it is incrmented durring the last step of the .sh file

the int_rkem_move_running.txt is a "seed" file that is created at the begining of the .sh script...
4,175
Posted By jadionne
Im in ksh... Im lost regarding your post. ...
Im in ksh...

Im lost regarding your post. are both of these supposed to be imbeded in each other?....how do i use this info?
4,175
Posted By jadionne
The loop that dosent work
I have a serious problem and Im sure im just doing something stupid


######Start Load
while [ `< /export/home/mldwh/rkem_refresh/int_load/logs/iteration.log` -lt 15 ]
do
...
19,447
Posted By jadionne
just a side note what DB are using to get the...
just a side note what DB are using to get the data out of?
I know if you use certain operaters in DB2 you can cut out all the unneeded stuff like column headers I.E.


db2 -x "select * from...
7,509
Posted By jadionne
Would the find comand be a better fit for this?
Would the find comand be a better fit for this?
7,509
Posted By jadionne
Need to find large files
I have found the following code on this forum


ls -lh | awk '{print $5,$9}' | sort -n


Its purpose is to show a list of files in a dir sorted by file size. I need to make it recursive

...
6,101
Posted By jadionne
Ok the -gt is now working but i need to test to...
Ok the -gt is now working but i need to test to see if my variables are null before i test the -gt, how do you do multiple test in one line? Is it something like this?


[ $variable -n $variable1...
6,101
Posted By jadionne
Looks like it worked.... -==Testing 'RKEM...
Looks like it worked....


-==Testing 'RKEM REFRESH' 'RKEM REFRESH - UPDATE' Tue Jan 1 15:22:07 UTC 2008==-
-==20071231214856 ==-
-==20071231221557 ==-
-==Test Passed 'RKEM REFRESH' 'RKEM...
6,101
Posted By jadionne
I need time as well...will this still be true if...
I need time as well...will this still be true if I do:

YYYYMMDDHHMMSS
6,101
Posted By jadionne
The -gt option looks for intigers, but I have a...
The -gt option looks for intigers, but I have a date.

How do I get test to evaluate dates?
6,101
Posted By jadionne
You make a good point. What I want to do...
You make a good point.

What I want to do is make sure that the End_date is larger than the Start_Date. What is the operand for that?
2,505
Posted By jadionne
Mailx and the From Line
I need to send an email from one server and make it look like it came from someone else because I dont check the mail on the production server if there is a reply. I have been over the man pages for...
6,101
Posted By jadionne
I have neaver set up error traping before. Can...
I have neaver set up error traping before. Can you give me a simple example?
6,101
Posted By jadionne
I tried your suggestion without success ...
I tried your suggestion without success


if [ $End_Date != '-' -a $End_Date > $Start_Date ]; then
echo -==Test Passed $3 $4==- >> $1$2
nohup $6$7 & >> $1$2
else
echo -==$8==- >>...
6,101
Posted By jadionne
Great thanks for the help
Great thanks for the help
6,101
Posted By jadionne
Stopping a shell script
This is simple for an experianced scripter but that is not what I am :)


if [ $End_Date != '-' -a $End_Date > $Start_Date ]; then
echo -==Test Passed $3 $4==- >> $1$2
nohup $6$7 & >>...
5,468
Posted By jadionne
Regarding the use of CAT and seting the...
Regarding the use of CAT and seting the variables, I tried the following:

RKEM_LOG=/export/home/mldwh/rkem_refresh/logs/rkem_log_dir


Instead of setting the variable = to the data that was...
5,468
Posted By jadionne
OK here goes one more example. Im going to try...
OK here goes one more example. Im going to try this but wanted another set of eyes on this.

I have a function that sets the path variables, lets call it THE_PATH. One of the variables is called...
5,468
Posted By jadionne
Wow Dude u just blew my mind...If what I think...
Wow Dude u just blew my mind...If what I think you said is what you actualy said WOW can i go places.

First of about using cat:

What I am trying to do here is take the data that is in the...
5,468
Posted By jadionne
I think I found the answer to this question ...
I think I found the answer to this question



So when I created a function as follows

######Set Path Variables
echo -==Set Path Variables==- > `cat...
5,468
Posted By jadionne
The () after the function name..Does that mean I...
The () after the function name..Does that mean I can set up paramiters and pass values when I call the function?
5,468
Posted By jadionne
But I cannot make a .sh file with say 5 functions...
But I cannot make a .sh file with say 5 functions and then call individual functions at seperate times....
Showing results 1 to 25 of 36

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