Search Results

Search: Posts Made By: biobill
2,679
Posted By biobill
Your welcome, took me a few hours to find an...
Your welcome, took me a few hours to find an example I could actually get working with what I was attempting to achieve. Glad it also helpded someone else out.

Original thread where I got the...
2,679
Posted By biobill
I ended up getting it working. I wish the...
I ended up getting it working. I wish the exclamation point piece of code would work on our box. Would have saved me hours of searching on the net.

This is wheat I ended up with. Might be a...
2,679
Posted By biobill
I tested seq and I dont have it so I would have...
I tested seq and I dont have it so I would have to use the old school method


for i in $(seq 1 36)
do
echo "src_file_$i"
# perform the test
done


So in this example which I think...
2,679
Posted By biobill
Loop through variables
I am pretty new to Unix. Trying to pick up some slack while a coworker is out on vacation.

Basically the script is working fine however when I go through the testing phase and have to make mods...
2,328
Posted By biobill
Sorry for the late responses, didnt get any...
Sorry for the late responses, didnt get any emails until this morning that replies had been posted.

I appreciate the help. Based on blackrageous's comment



I think I will stick with that...
2,328
Posted By biobill
There are no spaces after any of the lines, in...
There are no spaces after any of the lines, in the code section posted it was a direct cut and paste and you cant highlight anything after the last character on any line.

As far as the ^M......
2,328
Posted By biobill
Tried it again with your suggestion. Everything...
Tried it again with your suggestion. Everything left justified, same error:

export YR_QTR=${2}
$ORACLE_HOME/bin/sqlplus $ORA_DBCU/$ORA_DBCP <<EOD

clear columns
clear breaks
clear...
2,328
Posted By biobill
I tried your suggestion: export YR_QTR=${2}...
I tried your suggestion:

export YR_QTR=${2}
$ORACLE_HOME/bin/sqlplus $ORA_DBCU/$ORA_DBCP <<EOD

clear columns
clear breaks
clear computes
set recsep off
set wrap off
set...
2,328
Posted By biobill
Actual SQL instead of using a file from within a shell script
I am very noobish to UNIX, our guy is on vacation so I am trying to take up some slack while he is away.

Typically when we use sql from within a shell script, we do so from a file containing the...
1,240
Posted By biobill
I also had to change the -eq to =, seems to be...
I also had to change the -eq to =, seems to be working now, thanks for the help. Now for some other issues to deal with :)
1,240
Posted By biobill
If statement help
I am new to Unix and have been given the task of modifying a current script. Most of the programming I do is Oracle based, not unix.

That being said when I run my current script i get the...
Showing results 1 to 11 of 11

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